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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 航??B | 1000110101110001001111110011111101000010 | 8d713f3f42 |
EUC-JP | 航??B | 1011100111010010001111110011111101000010 | b9d23f3f42 |
UTF-8 | 航쒏꼇B | 11101000100010001010101011101100100100101000111111101010101111001000011101000010 | e888aaec928feabc8742 |
UHC | 航쒏꼇B | 11111001111111101001110011100110101100101011101101000010 | f9fe9ce6b2bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)