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 | 押?┘寃 | 10001001100111110011111110000100101000111001101110000011 | 899f3f84a39b83 |
EUC-JP | 押?┘寃 | 10110010101000010011111110101000101001011101010111100011 | b2a13fa8a5d5e3 |
UTF-8 | 押믩┘寃 | 111001101000101010111100111010111010111110101001111000101001010010011000111001011010111110000011 | e68abcebafa9e29498e5af83 |
UHC | 押믩┘寃 | 1110010011100011100100101110101110100110101001011110101010110010 | e4e392eba6a5eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)