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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 猴璧i猴璧iB | 1110000011001011111000001111100001101001111000001100101111100000111110000110100101000010 | e0cbe0f869e0cbe0f86942 |
EUC-JP | 猴璧i猴璧iB | 1110000011001101111000001111101001101001111000001100110111100000111110100110100101000010 | e0cde0fa69e0cde0fa6942 |
UTF-8 | 猴璧i猴璧iB | 111001111000110010110100111001111001001010100111011010011110011110001100101101001110011110010010101001110110100101000010 | e78cb4e792a769e78cb4e792a76942 |
UHC | ?璧i?璧iB | 001111111101101111111101011010010011111111011011111111010110100101000010 | 3fdbfd693fdbfd6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)