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 | ?譯逡 | 0011111111100110101000011110011110010101 | 3fe6a1e795 |
EUC-JP | 淎譯逡 | 10001111110001111101100011101100101000111110110111110101 | 8fc7d8eca3edf5 |
UTF-8 | 淎譯逡 | 111001101011011110001110111010001010110110101111111010011000000010100001 | e6b78ee8adafe980a1 |
UHC | ?譯逡 | 0011111111100110101110111111000111100100 | 3fe6bbf1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)