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 | 렱孱}렱孱{^ | 111010111010000010110001111001011010110110110001011111011110101110100000101100011110010110101101101100010111101101011110 | eba0b1e5adb17deba0b1e5adb17b5e |
UHC | 렱孱}렱孱{^ | 1000111010111110111011011100111101111101100011101011111011101101110011110111101101011110 | 8ebeedcf7d8ebeedcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)