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獗猊 | 11100000101010100100111111100000110100111110000011000111 | e0aa4fe0d3e0c7 |
EUC-JP | 爼O獗猊 | 11100000101011000100111111100000110101011110000011001001 | e0ac4fe0d5e0c9 |
UTF-8 | 爼O獗猊 | 11100111100010001011110001001111111001111000110110010111111001111000110010001010 | e788bc4fe78d97e78c8a |
UHC | ?O獗猊 | 001111110100111111001111111100011110011111011001 | 3f4fcff1e7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)