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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟇、ホサツコ | 11100101101011111010010011001110101110111100001010111010 | e5afa4cebbc2ba |
EUC-JP | 蟇、ホサツコ | 111010101011000110001110101001001000111011001110100011101011101110001110110000101000111010111010 | eab18ea48ece8ebb8ec28eba |
UTF-8 | 蟇、ホサツコ | 111010001001111110000111111011111011110110100100111011111011111010001110111011111011110110111011111011111011111010000010111011111011110110111010 | e89f87efbda4efbe8eefbdbbefbe82efbdba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)