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 | YRE | 1001001001011001100100100101001001000101 | 9259925245 |
SJIS-WIN | ?Y?RE | 0011111101011001001111110101001001000101 | 3f593f5245 |
EUC-JP | ?Y?RE | 0011111101011001001111110101001001000101 | 3f593f5245 |
UTF-8 | YRE | 11000010100100100101100111000010100100100101001001000101 | c29259c2925245 |
UHC | ?Y?RE | 0011111101011001001111110101001001000101 | 3f593f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)