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 | ???d??? | 00111111001111110011111101100100001111110011111100111111 | 3f3f3f643f3f3f |
SJIS-WIN | 室??d室?? | 100011101011101000111111001111110110010010001110101110100011111100111111 | 8eba3f3f648eba3f3f |
EUC-JP | 室??d室?? | 101111001011110000111111001111110110010010111100101111000011111100111111 | bcbc3f3f64bcbc3f3f |
UTF-8 | 室릯뢌d室릯뢌 | 11100101101011101010010011101011101001101010111111101011101000101000110001100100111001011010111010100100111010111010011010101111111010111010001010001100 | e5aea4eba6afeba28c64e5aea4eba6afeba28c |
UHC | 室릯뢌d室릯뢌 | 11100011111110001001000010001111100011110100100001100100111000111111100010010000100011111000111101001000 | e3f8908f8f4864e3f8908f8f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)