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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 余??有 | 100101110101110100111111001111111001011101001100 | 975d3f3f974c |
EUC-JP | 余??有 | 110011011011111000111111001111111100110110101101 | cdbe3f3fcdad |
UTF-8 | 余꾨틹有 | 111001001011110110011001111010101011111010101000111011011000101110111001111001101001110010001001 | e4bd99eabea8ed8bb9e69c89 |
UHC | 余꾨틹有 | 1110010111111001100001001110101110111010100111111110101011110011 | e5f984ebba9feaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)