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 | '嫉鶯磁 | 1111101001010110100011101011100111101001111100101000111010100101 | fa568eb9e9f28ea5 |
EUC-JP | ?嫉鶯磁 | 00111111101111001011101111110010111101001011110010100111 | 3fbcbbf2f4bca7 |
UTF-8 | '嫉鶯磁 | 111011111011110010000111111001011010101110001001111010011011011010101111111001111010001110000001 | efbc87e5ab89e9b6afe7a381 |
UHC | '嫉鶯磁 | 1010001110100111111100101110110011100101101000111110110110111000 | a3a7f2ece5a3edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)