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 | 蟆壌セ卓挨 | 111001011011000010001111111010111011111010010001111011001000100010100101 | e5b08febbe91ec88a5 |
EUC-JP | 蟆壌セ卓挨 | 11101010101100101011111011101101100011101011111011000010111011101011000010100111 | eab2beed8ebec2eeb0a7 |
UTF-8 | 蟆壌セ卓挨 | 111010001001111110000110111001011010001110001100111011111011110110111110111001011000110110010011111001101000110010101000 | e89f86e5a38cefbdbee58d93e68ca8 |
UHC | ???卓? | 001111110011111100111111111101101111000100111111 | 3f3f3ff6f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)