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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 中??母h | 10010010100001100011111100111111100101011110101001101000 | 92863f3f95ea68 |
EUC-JP | 中??母h | 11000011111001100011111100111111110010101110110001101000 | c3e63f3fcaec68 |
UTF-8 | 中꿸렗母h | 11100100101110001010110111101010101111111011100011101011101000001001011111100110101011111000110101101000 | e4b8adeabfb8eba097e6af8d68 |
UHC | 中꿸렗母h | 111100011110100110110010111010101000111010101100110110011011110101101000 | f1e9b2ea8eacd9bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)