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 | 閧幃岫譁 | 1110100010000010100110111110100110011011101010111110011010010110 | e8829be99babe696 |
EUC-JP | 閧幃岫譁 | 1110111111100010110101101110101111010110101011011110101111110110 | efe2d6ebd6adebf6 |
UTF-8 | 閧幃岫譁 | 111010011001011010100111111001011011100110000011111001011011001010101011111010001010110110000001 | e996a7e5b983e5b2abe8ad81 |
UHC | ??岫譁 | 001111110011111111100001111110111111110010100110 | 3f3fe1fbfca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)