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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 寀軸^ | 1111101010100111100011101011001001011110 | faa78eb25e |
EUC-JP | 寀軸^ | 100011111011101011011011101111001011010001011110 | 8fbadbbcb45e |
UTF-8 | 寀軸^ | 11100101101011111000000011101000101110111011100001011110 | e5af80e8bbb85e |
UHC | 寀軸^ | 1111001111110010111101011110111001011110 | f3f2f5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)