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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??碍? | 0011111100111111100010100101011000111111 | 3f3f8a563f |
EUC-JP | ??碍? | 0011111100111111101100111011011100111111 | 3f3fb3b73f |
UTF-8 | 않렫碍렍 | 111011001001010110001010111010111010000010101011111001111010001010001101111010111010000010001101 | ec958aeba0abe7a28deba08d |
UHC | 않렫碍렍 | 1011111011001010100011101011100111100100111101001000111010100011 | beca8eb9e4f48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)