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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湫輊渙 | 100111111101010111100111011010001001111111010000 | 9fd5e7689fd0 |
EUC-JP | 湫輊渙 | 110111101101011111101101110010011101111011010010 | ded7edc9ded2 |
UTF-8 | 湫輊渙 | 111001101011100110101011111010001011110010001010111001101011100010011001 | e6b9abe8bc8ae6b899 |
UHC | 湫?渙 | 1111010111010011001111111111110010111001 | f5d33ffcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)