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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??錚敎?? | 0011111100111111111010000100001011111010110011010011111100111111 | 3f3fe842facd3f3f |
EUC-JP | 釪?錚??? | 100011111110001110101101001111111110111110100011001111110011111100111111 | 8fe3ad3fefa33f3f3f |
UTF-8 | 釪렕錚敎렜렧 | 111010011000011110101010111010111010000010010101111010011000110010011010111001101001010110001110111010111010000010011100111010111010000010100111 | e987aaeba095e98c9ae6958eeba09ceba0a7 |
UHC | 釪렕錚敎렜렧 | 111010011110100110001110101010101110111010110110110011101110011110001110101011101000111010110110 | e9e98eaaeeb6cee78eae8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)