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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 亨??形 | 100010111001110000111111001111111000110001100000 | 8b9c3f3f8c60 |
EUC-JP | 亨??形 | 101101011111110000111111001111111011011111000001 | b5fc3f3fb7c1 |
UTF-8 | 亨⑶뮈形 | 111001001011101010101000111000101001000110110110111010111010111010001000111001011011110110100010 | e4baa8e291b6ebae88e5bda2 |
UHC | 亨⑶뮈形 | 1111101011111011101010011110100110111001101111111111101110100001 | fafba9e9b9bffba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)