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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 航???9 | 10001101011100010011111100111111001111111000001001011000 | 8d713f3f3f8258 |
EUC-JP | 航???9 | 10111001110100100011111100111111001111111010001110111001 | b9d23f3f3fa3b9 |
UTF-8 | 航쒑曆욤9 | 111010001000100010101010111011001001001010010001111011111010011010001011111011001001101010100100111011111011110010011001 | e888aaec9291efa68bec9aa4efbc99 |
UHC | 航쒑曆욤9 | 11111001111111101001110011101000111001101011011110111111111010001010001110111001 | f9fe9ce8e6b7bfe8a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)