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 | 謦鳶カ寘懃ク | 11100110100100101001001111001110101101101111101010101001100111001110011110111000 | e69293ceb6faa99ce7b8 |
EUC-JP | 謦鳶カ寘懃ク | 11101011111100101100011011010000100011101011011010001111101110101110000111011000111010011000111010111000 | ebf2c6d08eb68fbae1d8e98eb8 |
UTF-8 | 謦鳶カ寘懃ク | 111010001010110010100110111010011011001110110110111011111011110110110110111001011010111110011000111001101000011110000011111011111011110110111000 | e8aca6e9b3b6efbdb6e5af98e68783efbdb8 |
UHC | ?鳶??懃? | 0011111111100110111010010011111100111111110100001100010000111111 | 3fe6e93f3fd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)