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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 担息短H | 10010010010100111001000110100111100100100101101001001000 | 925391a7925a48 |
EUC-JP | 担息短H | 11000011101101001100001010101001110000111011101101001000 | c3b4c2a9c3bb48 |
UTF-8 | 担息短H | 11100110100010111000010111100110100000011010111111100111100111111010110101001000 | e68b85e681afe79fad48 |
UHC | ?息短H | 001111111110001111010011110100111010110101001000 | 3fe3d3d3ad48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)