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 | 邂滄亂 | 111001111010111010011111111010011001100010101010 | e7ae9fe998aa |
EUC-JP | 邂滄亂 | 111011101011000011011110111010111101000010101100 | eeb0deebd0ac |
UTF-8 | 邂滄亂 | 111010011000001010000010111001101011101110000100111001001011101010000010 | e98282e6bb84e4ba82 |
UHC | 邂滄亂 | 111110101011001111110011111001111101010110101111 | fab3f3e7d5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)