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 | 簔簑ヘロ | 11100010110000011111011011001110111000101100000011001101110110111111011010110100 | e2c1f6cee2c0cddbf6b4 |
EUC-JP | 簔?簑ヘロ? | 11100100110000110011111111100100110000101000111011001101100011101101101100111111 | e4c33fe4c28ecd8edb3f |
UTF-8 | 簔簑ヘロ | 111001111011000010010100111011101001001110110101111001111011000010010001111011111011111010001101111011111011111010011011111011101001001110011011 | e7b094ee93b5e7b091efbe8defbe9bee939b |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)