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 | 謳野シ | 1110011010010000100101101110110010111100 | e69096ecbc |
EUC-JP | 謳野シ | 111010111111000011001100111011101000111010111100 | ebf0ccee8ebc |
UTF-8 | 謳野シ | 111010001010110010110011111010011000011110001110111011111011110110111100 | e8acb3e9878eefbdbc |
UHC | 謳野? | 1100111111000100111001011010111100111111 | cfc4e5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)