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獏倏 | 11100000101010000100111111100000110100011110000011000101 | e0a84fe0d1e0c5 |
EUC-JP | 爲O獏倏 | 11100000101010100100111111100000110100111110000011000111 | e0aa4fe0d3e0c7 |
UTF-8 | 爲O獏倏 | 11100111100010001011001001001111111001111000110110001111111001011000000010001111 | e788b24fe78d8fe5808f |
UHC | 爲O?? | 1110101011010011010011110011111100111111 | ead34f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)