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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低瀧??齬 | 1001001011100001100100011110101100111111001111111110101010010111 | 92e191eb3f3fea97 |
EUC-JP | 低瀧??齬 | 1100010011100011110000101110110100111111001111111111001111110111 | c4e3c2ed3f3ff3f7 |
UTF-8 | 低瀧렧렗齬 | 111001001011110110001110111001111000000010100111111010111010000010100111111010111010000010010111111010011011110110101100 | e4bd8ee780a7eba0a7eba097e9bdac |
UHC | 低瀧렧렗齬 | 11101110101110001101011011101001100011101011011010001110101011001110010111100001 | eeb8d6e98eb68eace5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)