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?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 蓆O舌跣 | 11100100111011000100111110010000111000111110011011101111 | e4ec4f90e3e6ef |
EUC-JP | 蓆O舌跣 | 11101000111011100100111111000000111001011110110011110001 | e8ee4fc0e5ecf1 |
UTF-8 | 蓆O舌跣 | 11101000100100111000011001001111111010001000100010001100111010001011011110100011 | e893864fe8888ce8b7a3 |
UHC | 蓆O舌跣 | 11100000101101100100111111100000110111111110000011010011 | e0b64fe0dfe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)