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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 詹鉀ャB | 1111101110100101111110111100010110101100111100000101001101000010 | fba5fbc5acf05342 |
EUC-JP | 詹鉀ャ?B | 10001111110111011110101010001111111000111101100010001110101011000011111101000010 | 8fddea8fe3d88eac3f42 |
UTF-8 | 詹鉀ャB | 11101000101010011011100111101001100010011000000011101111101111011010110011101110100000001001001101000010 | e8a9b9e98980efbdacee809342 |
UHC | 詹鉀??B | 11110100110110101100101110100101001111110011111101000010 | f4dacba53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)