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 | ?診??^ | 001111111001000001100110001111110011111101011110 | 3f90663f3f5e |
EUC-JP | ?診?蔯^ | 0011111110111111110001110011111110001111110110011011110001011110 | 3fbfc73f8fd9bc5e |
UTF-8 | 셰診셰蔯^ | 11101100100001011011000011101000101010001011101011101100100001011011000011101000100101001010111101011110 | ec85b0e8a8baec85b0e894af5e |
UHC | 셰診셰蔯^ | 101111001100111011110010111000001011110011001110111100101101111001011110 | bccef2e0bccef2de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)