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 | 10001110011101111001100101100010001111110011111100111111100011100100000001000010 | 8e7799623f3f3f8e4042 |
EUC-JP | 指冀???察B | 10111011110110001101000111000011001111110011111100111111101110111010000101000010 | bbd8d1c33f3f3fbba142 |
UTF-8 | 指冀렍쇱뤐察B | 11100110100011001000011111100101100001101000000011101011101000001000110111101100100001111011000111101011101001001001000011100101101011111001111101000010 | e68c87e58680eba08dec87b1eba490e5af9f42 |
UHC | 指冀렍쇱뤐察B | 11110010101001101101000011101101100011101010001110111100111011001000111111000000111100111100110001000010 | f2a6d0ed8ea3bcec8fc0f3cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)