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 | 陋滄ッ幄宛 | 111010001001101110011111111010011010111110011011111010001000100010110110 | e89b9fe9af9be888b6 |
EUC-JP | 陋滄ッ幄宛 | 11101111111110111101111011101011100011101010111111010110111010101011000010111000 | effbdeeb8eafd6eab0b8 |
UTF-8 | 陋滄ッ幄宛 | 111010011001100110001011111001101011101110000100111011111011110110101111111001011011100110000100111001011010111010011011 | e9998be6bb84efbdafe5b984e5ae9b |
UHC | 陋滄?幄宛 | 110101111011000011110011111001110011111111100100110000011110100011001000 | d7b0f3e73fe4c1e8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)