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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 漱??B | 1001111111111001001111110011111101000010 | 9ff93f3f42 |
EUC-JP | 漱??B | 1101111011111011001111110011111101000010 | defb3f3f42 |
UTF-8 | 漱굟뒶B | 11100110101111001011000111101010101101011001111111101011100100101011011001000010 | e6bcb1eab59feb92b642 |
UHC | 漱굟뒶B | 11100010101010111000001010000111100010101010111001000010 | e2ab82878aae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)