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 | ?淅}?淅{^ | 001111111001111111000110011111010011111110011111110001100111101101011110 | 3f9fc67d3f9fc67b5e |
EUC-JP | ?淅}?淅{^ | 001111111101111011001000011111010011111111011110110010000111101101011110 | 3fdec87d3fdec87b5e |
UTF-8 | 稅淅}稅淅{^ | 111001111010100010000101111001101011011110000101011111011110011110101000100001011110011010110111100001010111101101011110 | e7a885e6b7857de7a885e6b7857b5e |
UHC | 稅淅}稅淅{^ | 1110000110101010111000001011001001111101111000011010101011100000101100100111101101011110 | e1aae0b27de1aae0b27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)