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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?貊邊 | 0011111111100110101110111110011110110010 | 3fe6bbe7b2 |
EUC-JP | 錟貊邊 | 10001111111001001101110111101100101111011110111010110100 | 8fe4ddecbdeeb4 |
UTF-8 | 錟貊邊 | 111010011000110010011111111010001011001010001010111010011000001010001010 | e98c9fe8b28ae9828a |
UHC | 錟貊邊 | 110100111100101011011000111001111101110010101011 | d3cad8e7dcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)