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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 操??操??B | 100100011000000000111111001111111001000110000000001111110011111101000010 | 91803f3f91803f3f42 |
EUC-JP | 操??操??B | 110000011110000000111111001111111100000111100000001111110011111101000010 | c1e03f3fc1e03f3f42 |
UTF-8 | 操렮롗操렮롗B | 11100110100100111000110111101011101000001010111011101011101000011001011111100110100100111000110111101011101000001010111011101011101000011001011101000010 | e6938deba0aeeba197e6938deba0aeeba19742 |
UHC | 操렮롗操렮롗B | 11110000110000111000111010111011100011101101101111110000110000111000111010111011100011101101101101000010 | f0c38ebb8edbf0c38ebb8edb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)