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猩狠 | 11100000101001000100111111100000110011011110000011000001 | e0a44fe0cde0c1 |
EUC-JP | 爨O猩狠 | 11100000101001100100111111100000110011111110000011000011 | e0a64fe0cfe0c3 |
UTF-8 | 爨O猩狠 | 11100111100010001010100001001111111001111000110010101001111001111000101110100000 | e788a84fe78ca9e78ba0 |
UHC | ?O猩? | 0011111101001111111000001111101000111111 | 3f4fe0fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)