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 | ó³ÞõN | 1111001110110011110111101111010101001110 | f3b3def54e |
SJIS-WIN | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
EUC-JP | ó?ÞõN | 1000111110101011110100010011111110001111101010011011000010001111101010111101100001001110 | 8fabd13f8fa9b08fabd84e |
UTF-8 | ó³ÞõN | 110000111011001111000010101100111100001110011110110000111011010101001110 | c3b3c2b3c39ec3b54e |
UHC | ?³Þ?N | 00111111101010011111100010101000101011010011111101001110 | 3fa9f8a8ad3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)