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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邊。骭 | 1110011110110010101000011110100110001100 | e7b2a1e98c |
EUC-JP | 邊。骭 | 111011101011010010001110101000011111000111101100 | eeb48ea1f1ec |
UTF-8 | 邊。骭 | 111010011000001010001010111011111011110110100001111010011010101010101101 | e9828aefbda1e9aaad |
UHC | 邊?? | 11011100101010110011111100111111 | dcab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)