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 | 焚寢綺 | 100101011011000010011011100010101110001101011001 | 95b09b8ae359 |
EUC-JP | 焚寢綺 | 110010101011001011010101111010101110010110111010 | cab2d5eae5ba |
UTF-8 | 焚寢綺 | 111001111000010010011010111001011010111110100010111001111011011010111010 | e7849ae5afa2e7b6ba |
UHC | 焚寢綺 | 110111011100110111110110110101101101000110111011 | ddcdf6d6d1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)