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 | ?孱}?孱{^ | 001111111001101110100001011111010011111110011011101000010111101101011110 | 3f9ba17d3f9ba17b5e |
EUC-JP | ?孱}?孱{^ | 001111111101011010100011011111010011111111010110101000110111101101011110 | 3fd6a37d3fd6a37b5e |
UTF-8 | 렳孱}렳孱{^ | 111010111010000010110011111001011010110110110001011111011110101110100000101100111110010110101101101100010111101101011110 | eba0b3e5adb17deba0b3e5adb17b5e |
UHC | 렳孱}렳孱{^ | 1000111011000000111011011100111101111101100011101100000011101101110011110111101101011110 | 8ec0edcf7d8ec0edcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)