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 | ?a?? | 00111111011000010011111100111111 | 3f613f3f |
SJIS-WIN | ?a?? | 00111111011000010011111100111111 | 3f613f3f |
EUC-JP | ?a?? | 00111111011000010011111100111111 | 3f613f3f |
UTF-8 | 창a찼찼 | 11101100101100001011110101100001111011001011000010111100111011001011000010111100 | ecb0bd61ecb0bcecb0bc |
UHC | 창a찼찼 | 11000011101000100110000111000011101000011100001110100001 | c3a261c3a1c3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)