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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?遲??遲?^ | 001111111110011110101101001111110011111111100111101011010011111101011110 | 3fe7ad3f3fe7ad3f5e |
EUC-JP | ?遲??遲?^ | 001111111110111010101111001111110011111111101110101011110011111101011110 | 3feeaf3f3feeaf3f5e |
UTF-8 | 렯遲렡렯遲렡^ | 11101011101000001010111111101001100000011011001011101011101000001010000111101011101000001010111111101001100000011011001011101011101000001010000101011110 | eba0afe981b2eba0a1eba0afe981b2eba0a15e |
UHC | 렯遲렡렯遲렡^ | 10001110101111001111001011000000100011101011001010001110101111001111001011000000100011101011001001011110 | 8ebcf2c08eb28ebcf2c08eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)