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 | 1000101010100010001111110011111110011111010100000011111101101000 | 8aa23f3f9f503f68 |
EUC-JP | 瓦??蘖?h | 1011010010100100001111110011111111011101101100010011111101101000 | b4a43f3fddb13f68 |
UTF-8 | 瓦닸뎸蘖뛂h | 11100111100100111010011011101011100010111011100011101011100011101011100011101000100110001001011011101011100110111000001001101000 | e793a6eb8bb8eb8eb8e89896eb9b8268 |
UHC | 瓦닸뎸蘖뛂h | 1110100010111111101101001110011010001001100010111110010111101110100011001111111001101000 | e8bfb4e6898be5ee8cfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)