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 | 001111110011111100111111010111100100000001000010 | 3f3f3f5e4042 |
SJIS-WIN | 梧??^@B | 10001100111001100011111100111111010111100100000001000010 | 8ce63f3f5e4042 |
EUC-JP | 梧??^@B | 10111000111010000011111100111111010111100100000001000010 | b8e83f3f5e4042 |
UTF-8 | 梧귨쉠^@B | 111001101010001010100111111010101011011110101000111011001000100110100000010111100100000001000010 | e6a2a7eab7a8ec89a05e4042 |
UHC | 梧귨쉠^@B | 111001111111110010000010111011111011110110101010010111100100000001000010 | e7fc82efbdaa5e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)