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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逵育 | 11100111100111001000100011100111 | e79c88e7 |
EUC-JP | 逵育 | 11101101111111001011000011101001 | edfcb0e9 |
UTF-8 | 逵育 | 111010011000000010110101111010001000001010110010 | e980b5e882b2 |
UHC | 逵育 | 11010000101100001110101111000000 | d0b0ebc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)