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 | 淏?核??? | 1111101101000010001111111000101001101010001111110011111100111111 | fb423f8a6a3f3f3f |
EUC-JP | 淏?核??? | 100011111100011111011001001111111011001111001011001111110011111100111111 | 8fc7d93fb3cb3f3f3f |
UTF-8 | 淏렕核쇤렰렟 | 111001101011011110001111111010111010000010010101111001101010000010111000111011001000011110100100111010111010000010110000111010111010000010011111 | e6b78feba095e6a0b8ec87a4eba0b0eba09f |
UHC | 淏렕核쇤렰렟 | 111110111100100010001110101010101111101010110111101111001110100110001110101111011000111010110000 | fbc88eaafab7bce98ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)