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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閾滓」貞推B | 11101000100001111001111111100110101000111001001011100101100100001000010001000010 | e8879fe6a392e5908442 |
EUC-JP | 閾滓」貞推B | 1110111111100111110111101110100010001110101000111100010011100111101111111110010001000010 | efe7dee88ea3c4e7bfe442 |
UTF-8 | 閾滓」貞推B | 11101001100101101011111011100110101110111001001111101111101111011010001111101000101100101001111011100110100011101010100001000010 | e996bee6bb93efbda3e8b29ee68ea842 |
UHC | ?滓?貞推B | 001111111110111010101011001111111110111111110110111101011100111101000010 | 3feeab3feff6f5cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)