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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ル・Y | 1101100111110000110010001010010101011001 | d9f0c8a559 |
EUC-JP | ル?・Y | 100011101101100100111111100011101010010101011001 | 8ed93f8ea559 |
UTF-8 | ル・Y | 11101111101111101001100111101110100000101000011111101111101111011010010101011001 | efbe99ee8287efbda559 |
UHC | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)