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 | 語??躍 | 100011001110101000111111001111111001011011110100 | 8cea3f3f96f4 |
EUC-JP | 語??躍 | 101110001110110000111111001111111100110011110110 | b8ec3f3fccf6 |
UTF-8 | 語뺞퐗躍 | 111010001010101010011110111010111011101010011110111011011001000010010111111010001011101010001101 | e8aa9eebba9eed9097e8ba8d |
UHC | 語뺞퐗躍 | 1110010111011110100101011110011010111101100000011110010110111000 | e5de95e6bd81e5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)