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 | 艶?}艶?{^ | 100010011001000000111111011111011000100110010000001111110111101101011110 | 89903f7d89903f7b5e |
EUC-JP | 艶?}艶?{^ | 101100011111000000111111011111011011000111110000001111110111101101011110 | b1f03f7db1f03f7b5e |
UTF-8 | 艶춌}艶춌{^ | 111010001000100110110110111011001011011010001100011111011110100010001001101101101110110010110110100011000111101101011110 | e889b6ecb68c7de889b6ecb68c7b5e |
UHC | 艶춌}艶춌{^ | 1110011011111101101011010110101101111101111001101111110110101101011010110111101101011110 | e6fdad6b7de6fdad6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)