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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 「ミ雫晶 | 1111000010101000101000101101000010001110101101001000111110111011 | f0a8a2d08eb48fbb |
EUC-JP | ?「ミ雫晶 | 001111111000111010100010100011101101000010111100101101101011111010111101 | 3f8ea28ed0bcb6bebd |
UTF-8 | 「ミ雫晶 | 111011101000000110100111111011111011110110100010111011111011111010010000111010011001101110101011111001101001100110110110 | ee81a7efbda2efbe90e99babe699b6 |
UHC | ????晶 | 001111110011111100111111001111111110111111011100 | 3f3f3f3fefdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)