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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒹庭栫 | 111001001110001110010010111010111001111010000001 | e4e392eb9e81 |
EUC-JP | 蒹庭栫 | 111010001110010111000100111011011101101111100001 | e8e5c4eddbe1 |
UTF-8 | 蒹庭栫 | 111010001001001010111001111001011011101010101101111001101010000010101011 | e892b9e5baade6a0ab |
UHC | ?庭? | 00111111111011111101010000111111 | 3fefd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)