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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 恙?] | 10011100100110010011111101011101 | 9c993f5d |
EUC-JP | 恙?] | 11010111111110010011111101011101 | d7f93f5d |
UTF-8 | 恙긒] | 11100110100000011001100111101010101110001001001001011101 | e68199eab8925d |
UHC | 恙긒] | 1110010110111111100000110101000101011101 | e5bf83515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)