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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
EUC-JP | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
UTF-8 | 씀轢n}씀轢n{^ | 1110110010010100100000001110111110100110100011010110111001111101111011001001010010000000111011111010011010001101011011100111101101011110 | ec9480efa68d6e7dec9480efa68d6e7b5e |
UHC | 씀轢n}씀轢n{^ | 10111110101110001110011010111100011011100111110110111110101110001110011010111100011011100111101101011110 | beb8e6bc6e7dbeb8e6bc6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)