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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齊磐???? | 1110101010001110100101001101011000111111001111110011111100111111 | ea8e94d63f3f3f3f |
EUC-JP | 齊磐???? | 1111001111101110110010001101100000111111001111110011111100111111 | f3eec8d83f3f3f3f |
UTF-8 | 齊磐렰면렦렋 | 111010011011110110001010111001111010001110010000111010111010000010110000111010111010100110110100111010111010000010100110111010111010000010001011 | e9bd8ae7a390eba0b0eba9b4eba0a6eba08b |
UHC | 齊磐렰면렦렋 | 111100001011101011011010111100011000111010111101101110001110100110001110101101011000111010100010 | f0badaf18ebdb8e98eb58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)