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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔???游 | 10010010101000100011111100111111001111111001111111100000 | 92a23f3f3f9fe0 |
EUC-JP | 弔???游 | 11000100101001000011111100111111001111111101111011100010 | c4a43f3f3fdee2 |
UTF-8 | 弔렟亐렕游 | 111001011011110010010100111010111010000010011111111001001011101010010000111010111010000010010101111001101011100010111000 | e5bc94eba09fe4ba90eba095e6b8b8 |
UHC | 弔렟亐렕游 | 11110000110000001000111010110000111010101010011110001110101010101110101011111101 | f0c08eb0eaa78eaaeafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)