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 | 11100100101110011001100011101100100100101001100101000101 | e4b998ec929945 |
EUC-JP | 荵們貯E | 11101000101110111101000011101110110000111111100101000101 | e8bbd0eec3f945 |
UTF-8 | 荵們貯E | 11101000100011011011010111100101100000001001000111101000101100101010111101000101 | e88db5e58091e8b2af45 |
UHC | ?們貯E | 001111111101100111111010111011101100110101000101 | 3fd9faeecd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)