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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 茹常週E | 11100100101001011000111111101101100011110101010001000101 | e4a58fed8f5445 |
EUC-JP | 茹常週E | 11101000101001111011111011101111101111011011010101000101 | e8a7beefbdb545 |
UTF-8 | 茹常週E | 11101000100011001011100111100101101110001011100011101001100000001011000101000101 | e88cb9e5b8b8e980b145 |
UHC | 茹常週E | 11100110101010101101111111001000111100011100111001000101 | e6aadfc8f1ce45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)