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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陷壱胸墲 | 1110100010011100100010001110101110001011101110011111101010011110 | e89c88eb8bb9fa9e |
EUC-JP | 陷壱胸墲 | 111011111111110010110000111011011011011010111011100011111011100011001110 | effcb0edb6bb8fb8ce |
UTF-8 | 陷壱胸墲 | 111010011001100110110111111001011010001110110001111010001000001110111000111001011010001010110010 | e999b7e5a3b1e883b8e5a2b2 |
UHC | 陷?胸? | 111110011110100000111111111111011101100000111111 | f9e83ffdd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)