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 | 焦ヤ杦モ | 100011111100010111010100111110101110000111010011 | 8fc5d4fae1d3 |
EUC-JP | 焦ヤ杦モ | 101111101100011110001110110101001000111111000011101000011000111011010011 | bec78ed48fc3a18ed3 |
UTF-8 | 焦ヤ杦モ | 111001111000010010100110111011111011111010010100111001101001110110100110111011111011111010010011 | e784a6efbe94e69da6efbe93 |
UHC | 焦??? | 1111010110100101001111110011111100111111 | f5a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)