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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阡篇埼寔 | 1110100010010100100101011101000110001101111010011001101110000110 | e89495d18de99b86 |
EUC-JP | 阡篇埼寔 | 1110111111110100110010101101001110111010111010111101010111100110 | eff4cad3baebd5e6 |
UTF-8 | 阡篇埼寔 | 111010011001100010100001111001111010111110000111111001011001111110111100111001011010111110010100 | e998a1e7af87e59fbce5af94 |
UHC | 阡篇埼寔 | 1111010011000110111110001011100111010000111100101110001111010001 | f4c6f8b9d0f2e3d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)