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 | ?譯隱 | 0011111111100110101000011110100010101010 | 3fe6a1e8aa |
EUC-JP | 煚譯隱 | 10001111110010011111101111101100101000111111000010101100 | 8fc9fbeca3f0ac |
UTF-8 | 煚譯隱 | 111001111000010110011010111010001010110110101111111010011001101010110001 | e7859ae8adafe99ab1 |
UHC | ?譯隱 | 0011111111100110101110111110101111011111 | 3fe6bbebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)