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 | 蜷滓攴妤 | 1110010110010000100111111110011010011101101110111111101010100100 | e5909fe69dbbfaa4 |
EUC-JP | 蜷滓攴妤 | 111010011111000011011110111010001101101010111101100011111011100110101111 | e9f0dee8dabd8fb9af |
UTF-8 | 蜷滓攴妤 | 111010001001110010110111111001101011101110010011111001101001010010110100111001011010011010100100 | e89cb7e6bb93e694b4e5a6a4 |
UHC | ?滓?? | 0011111111101110101010110011111100111111 | 3feeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)