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 | 遲ョ竏エ譌コ | 111001111010110110101110111000101000100010110100111001101001011110111010 | e7adaee288b4e697ba |
EUC-JP | 遲ョ竏エ譌コ | 111011101010111110001110101011101110001111101000100011101011010011101011111101111000111010111010 | eeaf8eaee3e88eb4ebf78eba |
UTF-8 | 遲ョ竏エ譌コ | 111010011000000110110010111011111011110110101110111001111010101110001111111011111011110110110100111010001010110110001100111011111011110110111010 | e981b2efbdaee7ab8fefbdb4e8ad8cefbdba |
UHC | 遲????? | 11110010110000000011111100111111001111110011111100111111 | f2c03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)