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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鼇??逸?^ | 1110101010000111001111110011111110001000111011010011111101011110 | ea873f3f88ed3f5e |
EUC-JP | 鼇??逸?^ | 1111001111100111001111110011111110110000111011110011111101011110 | f3e73f3fb0ef3f5e |
UTF-8 | 鼇앸뜉逸쿐^ | 11101001101111001000011111101100100101011011100011101011100111001000100111101001100000001011100011101100101111111001000001011110 | e9bc87ec95b8eb9c89e980b8ecbf905e |
UHC | 鼇앸뜉逸쿐^ | 1110100010101000100111011110101110001101100011001110110011101111101100110100010101011110 | e8a89deb8d8cecefb3455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)