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 | ??RcB | 0011111100111111010100100110001101000010 | 3f3f526342 |
SJIS-WIN | ?}RcB | 001111111000000101110000010100100110001101000010 | 3f8170526342 |
EUC-JP | ?}RcB | 001111111010000111010001010100100110001101000010 | 3fa1d1526342 |
UTF-8 | 룵}RcB | 111010111010001110110101111011111011110110011101010100100110001101000010 | eba3b5efbd9d526342 |
UHC | 룵}RcB | 10001111101010101010001111111101010100100110001101000010 | 8faaa3fd526342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)