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 | 雍????擺 | 1110100010110100001111110011111100111111001111111001110110110010 | e8b43f3f3f3f9db2 |
EUC-JP | 雍????擺 | 1111000010110110001111110011111100111111001111111101101010110100 | f0b63f3f3f3fdab4 |
UTF-8 | 雍고렊렜뤈擺 | 111010011001101110001101111010101011001110100000111010111010000010001010111010111010000010011100111010111010010010001000111001101001001110111010 | e99b8deab3a0eba08aeba09ceba488e693ba |
UHC | 雍고렊렜뤈擺 | 111010001011110010110000111011011000111010100001100011101010111010001111101110001111011111101100 | e8bcb0ed8ea18eae8fb8f7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)