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 | ???奄? | 001111110011111100111111100010011000001000111111 | 3f3f3f89823f |
EUC-JP | ???奄? | 001111110011111100111111101100011110001000111111 | 3f3f3fb1e23f |
UTF-8 | 溫싥굨奄듣 | 111001101011101010101011111011001000101110100101111010101011010110101000111001011010010110000100111010111001001110100011 | e6baabec8ba5eab5a8e5a584eb93a3 |
UHC | 溫싥굨奄듣 | 11101000101011101001101011100011100000101000111011100101111100101011010111101000 | e8ae9ae3828ee5f2b5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)