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 | ???^D^ | 001111110011111100111111010111100100010001011110 | 3f3f3f5e445e |
SJIS-WIN | 梧??^D^ | 10001100111001100011111100111111010111100100010001011110 | 8ce63f3f5e445e |
EUC-JP | 梧??^D^ | 10111000111010000011111100111111010111100100010001011110 | b8e83f3f5e445e |
UTF-8 | 梧귨쉠^D^ | 111001101010001010100111111010101011011110101000111011001000100110100000010111100100010001011110 | e6a2a7eab7a8ec89a05e445e |
UHC | 梧귨쉠^D^ | 111001111111110010000010111011111011110110101010010111100100010001011110 | e7fc82efbdaa5e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)