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 | 醤ヤ磁 | 10001111110111011101010010001110101001011111000111100111 | 8fddd48ea5f1e7 |
EUC-JP | 醤ヤ磁? | 10111110110111111000111011010100101111001010011100111111 | bedf8ed4bca73f |
UTF-8 | 醤ヤ磁 | 111010011000011010100100111011111011111010010100111001111010001110000001111011101000010110100010 | e986a4efbe94e7a381ee85a2 |
UHC | ??磁? | 0011111100111111111011011011100000111111 | 3f3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)