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 | 11000011111001100011111100111111001111111000111111001000111011000011111101000010 | c3e63f3f3f8fc8ec3f42 |
UTF-8 | 中띈렏렋澔렗B | 11100100101110001010110111101011100111011000100011101011101000001000111111101011101000001000101111100110101111101001010011101011101000001001011101000010 | e4b8adeb9d88eba08feba08be6be94eba09742 |
UHC | 中띈렏렋澔렗B | 11110001111010011011011011101000100011101010010110001110101000101111101111001011100011101010110001000010 | f1e9b6e88ea58ea2fbcb8eac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)