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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 諶挿諶捜^ | 111110111010101010010001011111011111101110101010100100010111101101011110 | fbaa917dfbaa917b5e |
EUC-JP | 諶挿諶捜^ | 1000111111011110101101011100000111011110100011111101111010110101110000011101110001011110 | 8fdeb5c1de8fdeb5c1dc5e |
UTF-8 | 諶挿諶捜^ | 11101000101010111011011011100110100011001011111111101000101010111011011011100110100011011001110001011110 | e8abb6e68cbfe8abb6e68d9c5e |
UHC | 諶?諶?^ | 11100100101001100011111111100100101001100011111101011110 | e4a63fe4a63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)