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 | 障昮セ | 1000111111100001111110101101001010111110 | 8fe1fad2be |
EUC-JP | 障昮セ | 10111110111000111000111111000010101010111000111010111110 | bee38fc2ab8ebe |
UTF-8 | 障昮セ | 111010011001101010011100111001101001100010101110111011111011110110111110 | e99a9ce698aeefbdbe |
UHC | 障?? | 11101110101000010011111100111111 | eea13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)