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 | 蜃句キウ | 111001011000011110001011111001011011011110110011 | e5878be5b7b3 |
EUC-JP | 蜃句キウ | 1110100111100111101101101110011110001110101101111000111010110011 | e9e7b6e78eb78eb3 |
UTF-8 | 蜃句キウ | 111010001001110010000011111001011000111110100101111011111011110110110111111011111011110110110011 | e89c83e58fa5efbdb7efbdb3 |
UHC | 蜃句?? | 111000111111000111001111101000110011111100111111 | e3f1cfa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)