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 | 僥??浴 | 100110010100011000111111001111111001011110000001 | 99463f3f9781 |
EUC-JP | 僥??浴 | 110100011010011100111111001111111100110111100001 | d1a73f3fcde1 |
UTF-8 | 僥먬눈浴 | 111001011000001110100101111010111010100010101100111010111000100010001000111001101011010110110100 | e583a5eba8aceb8888e6b5b4 |
UHC | 僥먬눈浴 | 1110100011101001100100001110100110110100101010111110100110110001 | e8e990e9b4abe9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)