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 | 渫貅}渫貅{^ | 1001111111010110111001101011101001111101100111111101011011100110101110100111101101011110 | 9fd6e6ba7d9fd6e6ba7b5e |
EUC-JP | 渫貅}渫貅{^ | 1101111011011000111011001011110001111101110111101101100011101100101111000111101101011110 | ded8ecbc7dded8ecbc7b5e |
UTF-8 | 渫貅}渫貅{^ | 111001101011100010101011111010001011001010000101011111011110011010111000101010111110100010110010100001010111101101011110 | e6b8abe8b2857de6b8abe8b2857b5e |
UHC | 渫?}渫?{^ | 111000001101111000111111011111011110000011011110001111110111101101011110 | e0de3f7de0de3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)