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 | 1001001010000110001111110011111100111111001111110011111101000010 | 92863f3f3f3f3f42 |
EUC-JP | 中???洹?B | 11000011111001100011111100111111001111111000111111000111101110100011111101000010 | c3e63f3f3f8fc7ba3f42 |
UTF-8 | 中띈렏렋洹렔B | 11100100101110001010110111101011100111011000100011101011101000001000111111101011101000001000101111100110101101001011100111101011101000001001010001000010 | e4b8adeb9d88eba08feba08be6b4b9eba09442 |
UHC | 中띈렏렋洹렔B | 11110001111010011011011011101000100011101010010110001110101000101110101010110111100011101010100101000010 | f1e9b6e88ea58ea2eab78ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)