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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 佞蒄貂 | 100110110100001111100100110101011110011010111000 | 9b43e4d5e6b8 |
EUC-JP | 佞蒄貂 | 110101011010010011101000110101111110110010111010 | d5a4e8d7ecba |
UTF-8 | 佞蒄貂 | 111001001011110110011110111010001001001010000100111010001011001010000010 | e4bd9ee89284e8b282 |
UHC | ??貂 | 00111111001111111111010110110000 | 3f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)