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{^ | 1000100101111001001111110110111001111101100010010111100100111111011011100111101101011110 | 89793f6e7d89793f6e7b5e |
EUC-JP | 謁?n}謁?n{^ | 1011000111011010001111110110111001111101101100011101101000111111011011100111101101011110 | b1da3f6e7db1da3f6e7b5e |
UTF-8 | 謁됕n}謁됕n{^ | 1110100010101100100000011110101110010000100101010110111001111101111010001010110010000001111010111001000010010101011011100111101101011110 | e8ac81eb90956e7de8ac81eb90956e7b5e |
UHC | 謁됕n}謁됕n{^ | 11100100110101111000100111010110011011100111110111100100110101111000100111010110011011100111101101011110 | e4d789d66e7de4d789d66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)