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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曜??節ε? | 100101110110101000111111001111111001000011011111100000111100001100111111 | 976a3f3f90df83c33f |
EUC-JP | 曜??節ε? | 110011011100101100111111001111111100000011100001101001101100010100111111 | cdcb3f3fc0e1a6c53f |
UTF-8 | 曜답폏節ε뜝 | 1110011010011011100111001110101110001011101101011110110110001111100011111110011110101111100000001100111010110101111010111001110010011101 | e69b9ceb8bb5ed8f8fe7af80ceb5eb9c9d |
UHC | 曜답폏節ε뜝 | 111010001111100010110100111001001011110010011010111011111011110110100101111001011000110110100000 | e8f8b4e4bc9aefbda5e58da0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)