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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?莪E | 00111111111001001010111001000101 | 3fe4ae45 |
EUC-JP | ?莪E | 00111111111010001011000001000101 | 3fe8b045 |
UTF-8 | 썞莪E | 11101100100011011001111011101000100011101010101001000101 | ec8d9ee88eaa45 |
UHC | 썞莪E | 1001101110010001111001001011010101000101 | 9b91e4b545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)