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 | 顰∽ソセ顰 | 1110100011111100100000011110010010111111101111101110100011111100 | e8fc81e4bfbee8fc |
EUC-JP | 顰∽ソセ顰 | 11110000111111101010001011100110100011101011111110001110101111101111000011111110 | f0fea2e68ebf8ebef0fe |
UTF-8 | 顰∽ソセ顰 | 111010011010000110110000111000101000100010111101111011111011110110111111111011111011110110111110111010011010000110110000 | e9a1b0e288bdefbdbfefbdbee9a1b0 |
UHC | ?∽??? | 001111111010000111101111001111110011111100111111 | 3fa1ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)