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 | セ齒蓚 | 1011111011101010100011111110010011101001 | beea8fe4e9 |
EUC-JP | セ齒蓚 | 100011101011111011110011111011111110100011101011 | 8ebef3efe8eb |
UTF-8 | セ齒蓚 | 111011111011110110111110111010011011110110010010111010001001001110011010 | efbdbee9bd92e8939a |
UHC | ?齒蓚 | 0011111111110110110011011110001010111110 | 3ff6cde2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)