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 | 轤轤[轤轤[^ | 1110011110000010111001111000001001011011111001111000001011100111100000100101101101011110 | e782e7825be782e7825b5e |
EUC-JP | 轤轤[轤轤[^ | 1110110111100010111011011110001001011011111011011110001011101101111000100101101101011110 | ede2ede25bede2ede25b5e |
UTF-8 | 轤轤[轤轤[^ | 111010001011110110100100111010001011110110100100010110111110100010111101101001001110100010111101101001000101101101011110 | e8bda4e8bda45be8bda4e8bda45b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)