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 | 莉咏ウッ | 111001001011101110011001111001111011001110101111 | e4bb99e7b3af |
EUC-JP | 莉咏ウッ | 1110100010111101110100101110100110001110101100111000111010101111 | e8bdd2e98eb38eaf |
UTF-8 | 莉咏ウッ | 111010001000111010001001111001011001001010001111111011111011110110110011111011111011110110101111 | e88e89e5928fefbdb3efbdaf |
UHC | 莉??? | 1101011111101001001111110011111100111111 | d7e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)