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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鴦芽? | 1110100111110001100010011110100000111111 | e9f189e83f |
EUC-JP | 鴦芽? | 1111001011110011101100101110101000111111 | f2f3b2ea3f |
UTF-8 | 鴦芽숼 | 111010011011010010100110111010001000101010111101111011001000100010111100 | e9b4a6e88abdec88bc |
UHC | 鴦芽숼 | 111001001110110011100100101101001001101001010001 | e4ece4b49a51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)