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 | ??1?? | 001111110011111110000010010100000011111100111111 | 3f3f82503f3f |
EUC-JP | ??1璵? | 0011111100111111101000111011000110001111110011001110011000111111 | 3f3fa3b18fcce63f |
UTF-8 | 溫뽩1璵퀯 | 111001101011101010101011111010111011110110101001111011111011110010010001111001111001001010110101111011011000000010101111 | e6baabebbda9efbc91e792b5ed80af |
UHC | 溫뽩1璵퀯 | 11101000101011101001011011100101101000111011000111100110101001011011010001000010 | e8ae96e5a3b1e6a5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)