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 | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
SJIS-WIN | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
EUC-JP | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
UTF-8 | 챤혬혡_챦쩐 | 11101100101100011010010011101101100110001010110011101101100110001010000101011111111011001011000110100110111011001010100110010000 | ecb1a4ed98aced98a15fecb1a6eca990 |
UHC | 챤혬혡_챦쩐 | 1100001110101110110000101001010011000010100010100101111111000011101011111100001010111110 | c3aec294c28a5fc3afc2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)