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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闢采埼寔髏 | 11101000100100111000110111010001100011011110100110011011100001101110100110010000 | e8938dd18de99b86e990 |
EUC-JP | 闢采埼寔髏 | 11101111111100111011101011010011101110101110101111010101111001101111000111110000 | eff3bad3baebd5e6f1f0 |
UTF-8 | 闢采埼寔髏 | 111010011001011110100010111010011000011110000111111001011001111110111100111001011010111110010100111010011010101110001111 | e997a2e98787e59fbce5af94e9ab8f |
UHC | 闢采埼寔? | 110111001010001111110011111110101101000011110010111000111101000100111111 | dca3f3fad0f2e3d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)