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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽夊「冶∮ | 111001101010001110011010111010001010001010010110111010001000011110010011 | e6a39ae8a296e88793 |
EUC-JP | 譽夊「冶? | 111011001010010111010100111010101000111010100010110011001110101000111111 | eca5d4ea8ea2ccea3f |
UTF-8 | 譽夊「冶∮ | 111010001010110110111101111001011010010010001010111011111011110110100010111001011000011010110110111000101000100010101110 | e8adbde5a48aefbda2e586b6e288ae |
UHC | 譽??冶∮ | 1110011111100010001111110011111111100101101001111010001010110001 | e7e23f3fe5a7a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)