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 | 僥??娃 | 100110010100011000111111001111111000100010100001 | 99463f3f88a1 |
EUC-JP | 僥??娃 | 110100011010011100111111001111111011000010100011 | d1a73f3fb0a3 |
UTF-8 | 僥뺟뮵娃 | 111001011000001110100101111010111011101010011111111010111010111010110101111001011010100010000011 | e583a5ebba9febaeb5e5a883 |
UHC | 僥뺟뮵娃 | 1110100011101001100101011110011110010010101111011110100011011111 | e8e995e792bde8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)