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 | 淙?茁?? | 10011111110010000011111111111011100100110011111100111111 | 9fc83ffb933f3f |
EUC-JP | 淙?茁?嫄 | 11011110110010100011111110001111110101111101111000111111100011111011101010100001 | deca3f8fd7de3f8fbaa1 |
UTF-8 | 淙렊茁렣嫄 | 111001101011011110011001111010111010000010001010111010001000110010000001111010111010000010100011111001011010101110000100 | e6b799eba08ae88c81eba0a3e5ab84 |
UHC | 淙렊茁렣嫄 | 11110000111110001000111010100001111100011110100010001110101101001110101010110001 | f0f88ea1f1e88eb4eab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)