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 | 霑ケ蜀キ | 111010001011111110111001111001011000011010110111 | e8bfb9e586b7 |
EUC-JP | 霑ケ蜀キ | 1111000011000001100011101011100111101001111001101000111010110111 | f0c18eb9e9e68eb7 |
UTF-8 | 霑ケ蜀キ | 111010011001110010010001111011111011110110111001111010001001110010000000111011111011110110110111 | e99c91efbdb9e89c80efbdb7 |
UHC | 霑?蜀? | 111011111100010100111111111101011011100100111111 | efc53ff5b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)