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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?疫[?疫[^ | 001111111000100101110101010110110011111110001001011101010101101101011110 | 3f89755b3f89755b5e |
EUC-JP | ?疫[?疫[^ | 001111111011000111010110010110110011111110110001110101100101101101011110 | 3fb1d65b3fb1d65b5e |
UTF-8 | 寮疫[寮疫[^ | 111011111010011010111100111001111001011010101011010110111110111110100110101111001110011110010110101010110101101101011110 | efa6bce796ab5befa6bce796ab5b5e |
UHC | 寮疫[寮疫[^ | 1110100011110000111001101011100101011011111010001111000011100110101110010101101101011110 | e8f0e6b95be8f0e6b95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)