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 | ??¤? | 00111111001111111010010000111111 | 3f3fa43f |
SJIS-WIN | ?訥?? | 0011111111100110011000110011111100111111 | 3fe6633f3f |
EUC-JP | ?訥¤? | 00111111111010111100010010001111101000101111000000111111 | 3febc48fa2f03f |
UTF-8 | 룶訥¤룶 | 1110101110100011101101101110100010101000101001011100001010100100111010111010001110110110 | eba3b6e8a8a5c2a4eba3b6 |
UHC | 룶訥¤룶 | 1000111110101011110100101110110110100010101101001000111110101011 | 8fabd2eda2b48fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)