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 | ?Vy | 001111110101011001111001 | 3f5679 |
SJIS-WIN | 邊Vy | 11100111101100100101011001111001 | e7b25679 |
EUC-JP | 邊Vy | 11101110101101000101011001111001 | eeb45679 |
UTF-8 | 邊Vy | 1110100110000010100010100101011001111001 | e9828a5679 |
UHC | 邊Vy | 11011100101010110101011001111001 | dcab5679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)