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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?戍}?戍{^ | 001111111001110011111001011111010011111110011100111110010111101101011110 | 3f9cf97d3f9cf97b5e |
EUC-JP | ?戍}?戍{^ | 001111111101100011111011011111010011111111011000111110110111101101011110 | 3fd8fb7d3fd8fb7b5e |
UTF-8 | 뮔戍}뮔戍{^ | 111010111010111010010100111001101000100010001101011111011110101110101110100101001110011010001000100011010111101101011110 | ebae94e6888d7debae94e6888d7b5e |
UHC | 뮔戍}뮔戍{^ | 1001001010100000111000101010000101111101100100101010000011100010101000010111101101011110 | 92a0e2a17d92a0e2a17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)