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 | Ó£÷£°ý | 110100111010001111110111101000111011000011111101 | d3a3f7a3b0fd |
SJIS-WIN | ?£÷£°? | 00111111100000011001001010000001100000001000000110010010100000011000101100111111 | 3f819281808192818b3f |
EUC-JP | Ó£÷£°ý | 1000111110101010110100011010000111110010101000011110000010100001111100101010000111101011100011111010101111110010 | 8faad1a1f2a1e0a1f2a1eb8fabf2 |
UTF-8 | Ó£÷£°ý | 110000111001001111000010101000111100001110110111110000101010001111000010101100001100001110111101 | c393c2a3c3b7c2a3c2b0c3bd |
UHC | ??÷?°? | 0011111100111111101000011100000000111111101000011100011000111111 | 3f3fa1c03fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)