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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 莘??莘??B | 1000111111011000101010110011111100111111100011111101100010101011001111110011111101000010 | 8fd8ab3f3f8fd8ab3f3f42 |
UTF-8 | 莘땵뒫莘땵뒫B | 11101000100011101001100011101011100101011011010111101011100100101010101111101000100011101001100011101011100101011011010111101011100100101010101101000010 | e88e98eb95b5eb92abe88e98eb95b5eb92ab42 |
UHC | 莘땵뒫莘땵뒫B | 11100011111011101000101110001011100010101010010111100011111011101000101110001011100010101010010101000010 | e3ee8b8b8aa5e3ee8b8b8aa542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)