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 | ソテ | 10111111111100101110101111000011 | bff2ebc3 |
EUC-JP | ソ?テ | 1000111010111111001111111000111011000011 | 8ebf3f8ec3 |
UTF-8 | ソテ | 111011111011110110111111111011101000100010100010111011111011111010000011 | efbdbfee88a2efbe83 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)