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 | 墻?ズ約 | 10011010110101000011111110000011010110011001011011110001 | 9ad43f835996f1 |
EUC-JP | 墻?ズ約 | 11010100110101100011111110100101101110101100110011110011 | d4d63fa5baccf3 |
UTF-8 | 墻띄ズ約 | 111001011010001010111011111010111001110110000100111000111000001010111010111001111011010010000100 | e5a2bbeb9d84e382bae7b484 |
UHC | 墻띄ズ約 | 1110110111011111101101101110011110101011101110101110010110110011 | eddfb6e7abbae5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)