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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 臾?У^ | 111001000110101100111111100001000101010001011110 | e46b3f84545e |
EUC-JP | 臾?У^ | 111001111100110000111111101001111011010101011110 | e7cc3fa7b55e |
UTF-8 | 臾듬У^ | 111010001000011110111110111010111001001110101100110100001010001101011110 | e887beeb93acd0a35e |
UHC | 臾듬У^ | 11101011101011001011010111101011101011001011010101011110 | ebacb5ebacb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)