To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鼇??要ε? | 111010101000011100111111001111111001011101110110100000111100001100111111 | ea873f3f977683c33f |
EUC-JP | 鼇??要ε? | 111100111110011100111111001111111100110111010111101001101100010100111111 | f3e73f3fcdd7a6c53f |
UTF-8 | 鼇뤄숲要ε윜 | 1110100110111100100001111110101110100100100001001110110010001000101100101110100010100110100000011100111010110101111011001001110010011100 | e9bc87eba484ec88b2e8a681ceb5ec9c9c |
UHC | 鼇뤄숲要ε윜 | 111010001010100010110111111011111011110110100011111010011010100110100101111001011001111110011111 | e8a8b7efbda3e9a9a5e59f9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)