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 | 譎帷ィョ遘 | 1110011010011001100110111110011110101000101011101110011110100111 | e6999be7a8aee7a7 |
EUC-JP | 譎帷ィョ遘 | 11101011111110011101011011101001100011101010100010001110101011101110111010101001 | ebf9d6e98ea88eaeeea9 |
UTF-8 | 譎帷ィョ遘 | 111010001010110110001110111001011011100010110111111011111011110110101000111011111011110110101110111010011000000110011000 | e8ad8ee5b8b7efbda8efbdaee98198 |
UHC | 譎???? | 111111011101001000111111001111110011111100111111 | fdd23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)