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 | 眸衙憫 | 111000011100011011100101110010011001110011100000 | e1c6e5c99ce0 |
EUC-JP | 眸衙憫 | 111000101100100011101010110010111101100011100010 | e2c8eacbd8e2 |
UTF-8 | 眸衙憫 | 111001111001110010111000111010001010000110011001111001101000011010101011 | e79cb8e8a199e686ab |
UHC | 眸衙憫 | 110110011100001011100100101101111101101011000001 | d9c2e4b7dac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)