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 | 肅梧せ | 111000111110011110001100111001101000001010111001 | e3e78ce682b9 |
EUC-JP | 肅梧せ | 111001101110100110111000111010001010010010111011 | e6e9b8e8a4bb |
UTF-8 | 肅梧せ | 111010001000001010000101111001101010001010100111111000111000000110011011 | e88285e6a2a7e3819b |
UHC | 肅梧せ | 111000101101110011100111111111001010101010111011 | e2dce7fcaabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)