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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 航??h航? | 1000110101110001001111110011111101101000100011010111000100111111 | 8d713f3f688d713f |
EUC-JP | 航??h航? | 1011100111010010001111110011111101101000101110011101001000111111 | b9d23f3f68b9d23f |
UTF-8 | 航쒑춼h航쒑 | 11101000100010001010101011101100100100101001000111101100101101101011110001101000111010001000100010101010111011001001001010010001 | e888aaec9291ecb6bc68e888aaec9291 |
UHC | 航쒑춼h航쒑 | 1111100111111110100111001110100010101101100110000110100011111001111111101001110011101000 | f9fe9ce8ad9868f9fe9ce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)