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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?謙靈?? | 00111111100011001010101011101000110010110011111100111111 | 3f8caae8cb3f3f |
EUC-JP | ?謙靈?? | 00111111101110001010110011110000110011010011111100111111 | 3fb8acf0cd3f3f |
UTF-8 | 렻謙靈렰렻 | 111010111010000010111011111010001010110010011001111010011001110110001000111010111010000010110000111010111010000010111011 | eba0bbe8ac99e99d88eba0b0eba0bb |
UHC | 렻謙靈렰렻 | 10001110110000111100110011000101110101101100010010001110101111011000111011000011 | 8ec3ccc5d6c48ebd8ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)