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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ???與?h | 00111111001111110011111111100100011011110011111101101000 | 3f3f3fe46f3f68 |
EUC-JP | ???與?h | 00111111001111110011111111100111110100000011111101101000 | 3f3f3fe7d03f68 |
UTF-8 | 遼⑵땽與뾂h | 11101111101001111000001111100010100100011011010111101011100101011011110111101000100010001000011111101011101111101000001001101000 | efa783e291b5eb95bde88887ebbe8268 |
UHC | 遼⑵땽與뾂h | 1110100110101100101010011110100010001011100100111110011010101000100101101111111001101000 | e9aca9e88b93e6a896fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)