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 | ???N?? | 001111110011111100111111010011100011111100111111 | 3f3f3f4e3f3f |
SJIS-WIN | ???N?? | 001111110011111100111111010011100011111100111111 | 3f3f3f4e3f3f |
EUC-JP | ???N?? | 001111110011111100111111010011100011111100111111 | 3f3f3f4e3f3f |
UTF-8 | 챈천쩐N챈쨋 | 11101100101100011000100011101100101100101001110011101100101010011001000001001110111011001011000110001000111011001010100010001011 | ecb188ecb29ceca9904eecb188eca88b |
UHC | 챈천쩐N챈쨋 | 1100001110100110110000111011010111000010101111100100111011000011101001101100001010110110 | c3a6c3b5c2be4ec3a6c2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)