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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 賃?暖\ | 100100101100000000111111100100100110011101011100 | 92c03f92675c |
EUC-JP | 賃?暖\ | 110001001100001000111111110000111100100001011100 | c4c23fc3c85c |
UTF-8 | 賃곈暖\ | 11101000101100111000001111101010101100111000100011100110100110101001011001011100 | e8b383eab388e69a965c |
UHC | 賃곈暖\ | 11101100111111001011000011101001110100011110110001011100 | ecfcb0e9d1ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)