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 | 魄大虫蟯 | 1110100110101110100100011110010110010010100011101110010110110010 | e9ae91e5928ee5b2 |
EUC-JP | 魄大虫蟯 | 1111001010110000110000101110011111000011111011101110101010110100 | f2b0c2e7c3eeeab4 |
UTF-8 | 魄大虫蟯 | 111010011010110110000100111001011010010010100111111010001001100110101011111010001001111110101111 | e9ad84e5a4a7e899abe89faf |
UHC | 魄大?蟯 | 11011011110111101101001111011110001111111110100110101000 | dbded3de3fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)