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 | ??診???^ | 0011111100111111100100000110011000111111001111110011111101011110 | 3f3f90663f3f3f5e |
EUC-JP | ??診??蔯^ | 00111111001111111011111111000111001111110011111110001111110110011011110001011110 | 3f3fbfc73f3f8fd9bc5e |
UTF-8 | 렱롈診렱롈蔯^ | 11101011101000001011000111101011101000011000100011101000101010001011101011101011101000001011000111101011101000011000100011101000100101001010111101011110 | eba0b1eba188e8a8baeba0b1eba188e894af5e |
UHC | 렱롈診렱롈蔯^ | 10001110101111101000111011001110111100101110000010001110101111101000111011001110111100101101111001011110 | 8ebe8ecef2e08ebe8ecef2de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)