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 | 狠瑟狠シセ | 1110000011000001111000001110110011100000110000011011110010111110 | e0c1e0ece0c1bcbe |
EUC-JP | 狠瑟狠シセ | 11100000110000111110000011101110111000001100001110001110101111001000111010111110 | e0c3e0eee0c38ebc8ebe |
UTF-8 | 狠瑟狠シセ | 111001111000101110100000111001111001000110011111111001111000101110100000111011111011110110111100111011111011110110111110 | e78ba0e7919fe78ba0efbdbcefbdbe |
UHC | ?瑟??? | 001111111110001110100010001111110011111100111111 | 3fe3a23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)