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 | 竟ー昮 | 1110100011101101101100001111101011010010 | e8edb0fad2 |
EUC-JP | 竟ー昮 | 11110000111011111000111010110000100011111100001010101011 | f0ef8eb08fc2ab |
UTF-8 | 竟ー昮 | 111001111010101110011111111011111011110110110000111001101001100010101110 | e7ab9fefbdb0e698ae |
UHC | 竟?? | 11001100111001010011111100111111 | cce53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)