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 | 旭?[旭?[^ | 100010001010111000111111010110111000100010101110001111110101101101011110 | 88ae3f5b88ae3f5b5e |
EUC-JP | 旭?[旭?[^ | 101100001011000000111111010110111011000010110000001111110101101101011110 | b0b03f5bb0b03f5b5e |
UTF-8 | 旭렡[旭렡[^ | 111001101001011110101101111010111010000010100001010110111110011010010111101011011110101110100000101000010101101101011110 | e697adeba0a15be697adeba0a15b5e |
UHC | 旭렡[旭렡[^ | 1110100111101111100011101011001001011011111010011110111110001110101100100101101101011110 | e9ef8eb25be9ef8eb25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)