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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 簔ヘロ瞞 | 11100010110000011111011011001110111100001110111111001101110110111110000111010100 | e2c1f6cef0efcddbe1d4 |
EUC-JP | 簔??ヘロ瞞 | 11100100110000110011111100111111100011101100110110001110110110111110001011010110 | e4c33f3f8ecd8edbe2d6 |
UTF-8 | 簔ヘロ瞞 | 111001111011000010010100111011101001001110110101111011101000001010101110111011111011111010001101111011111011111010011011111001111001111010011110 | e7b094ee93b5ee82aeefbe8defbe9be79e9e |
UHC | ?????瞞 | 00111111001111110011111100111111001111111101100010111110 | 3f3f3f3f3fd8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)