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 | 뛮戍}뛮戍{^ | 111010111001101110101110111001101000100010001101011111011110101110011011101011101110011010001000100011010111101101011110 | eb9baee6888d7deb9baee6888d7b5e |
UHC | 뛮戍}뛮戍{^ | 1000110101110001111000101010000101111101100011010111000111100010101000010111101101011110 | 8d71e2a17d8d71e2a17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)