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 | ©°¡ñ\ | 100011111010100110110000101000011111000101011100 | 8fa9b0a1f15c |
SJIS-WIN | ??°??\ | 00111111001111111000000110001011001111110011111101011100 | 3f3f818b3f3f5c |
EUC-JP | ?©°¡ñ\ | 00111111100011111010001011101101101000011110101110001111101000101100001010001111101010111101000001011100 | 3f8fa2eda1eb8fa2c28fabd05c |
UTF-8 | ©°¡ñ\ | 1100001010001111110000101010100111000010101100001100001010100001110000111011000101011100 | c28fc2a9c2b0c2a1c3b15c |
UHC | ??°¡?\ | 0011111100111111101000011100011010100010101011100011111101011100 | 3f3fa1c6a2ae3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)