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 | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
SJIS-WIN | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
EUC-JP | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
UTF-8 | 혡_혨책혰쩐 | 11101101100110001010000101011111111011011001100010101000111011001011000110000101111011011001100010110000111011001010100110010000 | ed98a15fed98a8ecb185ed98b0eca990 |
UHC | 혡_혨책혰쩐 | 1100001010001010010111111100001010010000110000111010010111000010100101111100001010111110 | c28a5fc290c3a5c297c2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)