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 | 11101000111001111011011011111011110000101011011001000010 | e8e7b6fbc2b642 |
EUC-JP | 韈カ鈐カB | 11110000111010011000111010110110100011111110001111000001100011101011011001000010 | f0e98eb68fe3c18eb642 |
UTF-8 | 韈カ鈐カB | 11101001100111111000100011101111101111011011011011101001100010001001000011101111101111011011011001000010 | e99f88efbdb6e98890efbdb642 |
UHC | ??鈐?B | 001111110011111111001100101000100011111101000010 | 3f3fcca23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)