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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 趙檎「」粐 | 1110011011100010100011001110011110100010101000111110001011100010 | e6e28ce7a2a3e2e2 |
EUC-JP | 趙檎「」粐 | 11101100111001001011100011101001100011101010001010001110101000111110010011100100 | ece4b8e98ea28ea3e4e4 |
UTF-8 | 趙檎「」粐 | 111010001011011010011001111001101010101010001110111011111011110110100010111011111011110110100011111001111011001010010000 | e8b699e6aa8eefbda2efbda3e7b290 |
UHC | 趙檎??? | 11110000111000011101000011010101001111110011111100111111 | f0e1d0d53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)