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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 詹鉀ャ^ | 1111101110100101111110111100010110101100111100000101010101011110 | fba5fbc5acf0555e |
EUC-JP | 詹鉀ャ?^ | 10001111110111011110101010001111111000111101100010001110101011000011111101011110 | 8fddea8fe3d88eac3f5e |
UTF-8 | 詹鉀ャ^ | 11101000101010011011100111101001100010011000000011101111101111011010110011101110100000001001010101011110 | e8a9b9e98980efbdacee80955e |
UHC | 詹鉀??^ | 11110100110110101100101110100101001111110011111101011110 | f4dacba53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)