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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 篳赧k}篳赧k{^ | 11100010110010001110011011011101011010110111110111100010110010001110011011011101011010110111101101011110 | e2c8e6dd6b7de2c8e6dd6b7b5e |
EUC-JP | 篳赧k}篳赧k{^ | 11100100110010101110110011011111011010110111110111100100110010101110110011011111011010110111101101011110 | e4caecdf6b7de4caecdf6b7b5e |
UTF-8 | 篳赧k}篳赧k{^ | 1110011110101111101100111110100010110101101001110110101101111101111001111010111110110011111010001011010110100111011010110111101101011110 | e7afb3e8b5a76b7de7afb3e8b5a76b7b5e |
UHC | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)