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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???齋?B | 00111111001111110011111111100010010101100011111101000010 | 3f3f3fe2563f42 |
EUC-JP | 獐??齋?B | 100011111100101110111010001111110011111111100011101101110011111101000010 | 8fcbba3f3fe3b73f42 |
UTF-8 | 獐숀ㄴ齋렩B | 11100111100011011001000011101100100010001000000011100011100001001011010011101001101111011000101111101011101000001010100101000010 | e78d90ec8880e384b4e9bd8beba0a942 |
UHC | 獐숀ㄴ齋렩B | 1110110111101111101111001111000010100100101001001110111010110001100011101011011101000010 | edefbcf0a4a4eeb18eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)