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 | 險キ閠慶^ | 1110100010101000101101111110100010000000100011000110001101011110 | e8a8b7e8808c635e |
EUC-JP | 險キ閠慶^ | 111100001010101010001110101101111110111111100000101101111100010001011110 | f0aa8eb7efe0b7c45e |
UTF-8 | 險キ閠慶^ | 11101001100110101010101011101111101111011011011111101001100101101010000011100110100001011011011001011110 | e99aaaefbdb7e996a0e685b65e |
UHC | 險??慶^ | 11111010110011110011111100111111110011001101010001011110 | facf3f3fccd45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)