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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謦畷コ晤惶 | 111001101001001010010011111010111011101010011101111010111001110010110011 | e69293ebba9deb9cb3 |
EUC-JP | 謦畷コ晤惶 | 11101011111100101100011011101101100011101011101011011010111011011101100010110101 | ebf2c6ed8ebadaedd8b5 |
UTF-8 | 謦畷コ晤惶 | 111010001010110010100110111001111001010110110111111011111011110110111010111001101001100110100100111001101000001110110110 | e8aca6e795b7efbdbae699a4e683b6 |
UHC | ???晤惶 | 00111111001111110011111111100111111110111111110011001001 | 3f3f3fe7fbfcc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)