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 | í°O{ | 1110110110011000101100000100111101111011 | ed98b04f7b |
SJIS-WIN | ??°O{ | 001111110011111110000001100010110100111101111011 | 3f3f818b4f7b |
EUC-JP | í?°O{ | 1000111110101011101111110011111110100001111010110100111101111011 | 8fabbf3fa1eb4f7b |
UTF-8 | í°O{ | 1100001110101101110000101001100011000010101100000100111101111011 | c3adc298c2b04f7b |
UHC | ??°O{ | 001111110011111110100001110001100100111101111011 | 3f3fa1c64f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)