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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 哀???ι | 10001000101000110011111100111111001111111000001111000111 | 88a33f3f3f83c7 |
EUC-JP | 哀???ι | 10110000101001010011111100111111001111111010011011001001 | b0a53f3f3fa6c9 |
UTF-8 | 哀잛쥉柳ι | 1110010110010011100000001110110010011110100110111110110010100101100010011110111110100111100010011100111010111001 | e59380ec9e9beca589efa789ceb9 |
UHC | 哀잛쥉柳ι | 11100100111011101001111111101100101000101000001011101010111101111010010111101001 | e4ee9feca282eaf7a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)