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{^ | 0011111111111010101110010110111001111101001111111111101010111001011011100111101101011110 | 3ffab96e7d3ffab96e7b5e |
EUC-JP | ?彧n}?彧n{^ | 00111111100011111011110011111110011011100111110100111111100011111011110011111110011011100111101101011110 | 3f8fbcfe6e7d3f8fbcfe6e7b5e |
UTF-8 | 슖彧n}슖彧n{^ | 1110110010001010100101101110010110111101101001110110111001111101111011001000101010010110111001011011110110100111011011100111101101011110 | ec8a96e5bda76e7dec8a96e5bda76e7b5e |
UHC | 슖彧n}슖彧n{^ | 10011010101001011110100111101110011011100111110110011010101001011110100111101110011011100111101101011110 | 9aa5e9ee6e7d9aa5e9ee6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)