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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?敎?^ | 0011111111111010110011010011111101011110 | 3ffacd3f5e |
EUC-JP | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
UTF-8 | 당敎낮^ | 11101011100010111011100111100110100101011000111011101011100000101010111001011110 | eb8bb9e6958eeb82ae5e |
UHC | 당敎낮^ | 10110100111001111100111011100111101100111011011101011110 | b4e7cee7b3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)