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 | 獄??慂?? | 1000110110010110001111110011111110011100110010000011111100111111 | 8d963f3f9cc83f3f |
EUC-JP | 獄??慂?? | 1011100111110110001111110011111111011000110010100011111100111111 | b9f63f3fd8ca3f3f |
UTF-8 | 獄띾젉慂뗫㈀ | 111001111000110110000100111010111001110110111110111011001010000010001001111001101000010110000010111010111001011110101011111000111000100010000000 | e78d84eb9dbeeca089e68582eb97abe38880 |
UHC | 獄띾젉慂뗫㈀ | 111010001010101110001101111010111010000010001011111010011011110110001011111010111010100110110001 | e8ab8deba08be9bd8beba9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)