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 | ???{???{ | 0011111100111111001111110111101100111111001111110011111101111011 | 3f3f3f7b3f3f3f7b |
| SJIS-WIN | ???{???{ | 0011111100111111001111110111101100111111001111110011111101111011 | 3f3f3f7b3f3f3f7b |
| EUC-JP | ???{???{ | 0011111100111111001111110111101100111111001111110011111101111011 | 3f3f3f7b3f3f3f7b |
| UTF-8 | 횪체혯{찼혫혴{ | 1110110110011010101010101110110010110010101101001110110110011000101011110111101111101100101100001011110011101101100110001010101111101101100110001011010001111011 | ed9aaaecb2b4ed98af7becb0bced98abed98b47b |
| UHC | 횪체혯{찼혫혴{ | 1100001110100000110000111011110011000010100101100111101111000011101000011100001010010011110000101001101101111011 | c3a0c3bcc2967bc3a1c293c29b7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)