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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 属狸痾∴ | 1001000110101110100100100100101111100001011111011000000110001000 | 91ae924be17d8188 |
EUC-JP | 属狸痾∴ | 1100001010110000110000111010110011100001110111101010000111101000 | c2b0c3ace1dea1e8 |
UTF-8 | 属狸痾∴ | 111001011011000110011110111001111000101110111000111001111001011110111110111000101000100010110100 | e5b19ee78bb8e797bee288b4 |
UHC | ?狸?∴ | 001111111101011111100001001111111010000111000101 | 3fd7e13fa1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)