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 | 襠醍ォッ蠖 | 1110010111111011100100011110011110101011101011111110010110111101 | e5fb91e7abafe5bd |
EUC-JP | 襠醍ォッ蠖 | 11101010111111011100001011101001100011101010101110001110101011111110101010111111 | eafdc2e98eab8eafeabf |
UTF-8 | 襠醍ォッ蠖 | 111010001010010110100000111010011000011010001101111011111011110110101011111011111011110110101111111010001010000010010110 | e8a5a0e9868defbdabefbdafe8a096 |
UHC | ?醍??? | 001111111111000010110101001111110011111100111111 | 3ff0b53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)