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 | 轢倩床 | 111001111000000010011000111010001000111110110000 | e78098e88fb0 |
EUC-JP | 轢倩床 | 111011011110000011010000111010101011111010110010 | ede0d0eabeb2 |
UTF-8 | 轢倩床 | 111010001011110110100010111001011000000010101001111001011011101010001010 | e8bda2e580a9e5ba8a |
UHC | 轢?床 | 1101010111111001001111111101111111001001 | d5f93fdfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)