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 | 諺??有 | 100011001011111100111111001111111001011101001100 | 8cbf3f3f974c |
EUC-JP | 諺??有 | 101110001100000100111111001111111100110110101101 | b8c13f3fcdad |
UTF-8 | 諺뚣룤有 | 111010001010101110111010111010111001101010100011111010111010001110100100111001101001110010001001 | e8abbaeb9aa3eba3a4e69c89 |
UHC | 諺뚣룤有 | 1110010111101100100011001110001110001111100111011110101011110011 | e5ec8ce38f9deaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)