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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 睫蕚ヨ | 11100001110010101110010011010100110101101111100101011110 | e1cae4d4d6f95e |
EUC-JP | 睫蕚ヨ? | 11100010110011001110100011010110100011101101011000111111 | e2cce8d68ed63f |
UTF-8 | 睫蕚ヨ | 111001111001110110101011111010001001010110011010111011111011111010010110111011101001101010111010 | e79dabe8959aefbe96ee9aba |
UHC | 睫??? | 1111010011100010001111110011111100111111 | f4e23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)