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 | ??? | 00111111001111111010110100111111 | 3f3fad3f |
SJIS-WIN | ???揄 | 0011111100111111001111111001110110001001 | 3f3f3f9d89 |
EUC-JP | 艅??揄 | 10001111110101101111110100111111001111111101100111101001 | 8fd6fd3f3fd9e9 |
UTF-8 | 艅볥揄 | 1110100010001001100001011110101110110011101001011100001010101101111001101000111110000100 | e88985ebb3a5c2ade68f84 |
UHC | 艅볥揄 | 1110011010101001100100111110101110100001101010011110101011110001 | e6a993eba1a9eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)