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 | 肢私? | 1000111010001000100011101000010000111111 | 8e888e843f |
EUC-JP | 肢私? | 1011101111101000101110111110010000111111 | bbe8bbe43f |
UTF-8 | 肢私횐 | 111010001000001010100010111001111010011110000001111011011001101010010000 | e882a2e7a781ed9a90 |
UHC | 肢私횐 | 111100101011011011011110111001111100100010111010 | f2b6dee7c8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)