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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ???猶?h | 00111111001111110011111110010111010100000011111101101000 | 3f3f3f97503f68 |
EUC-JP | ???猶?h | 00111111001111110011111111001101101100010011111101101000 | 3f3f3fcdb13f68 |
UTF-8 | 緣쏅쪈猶륗h | 11100111101101111010001111101100100011111000010111101100101010101000100011100111100011001011011011101011101001011001011101101000 | e7b7a3ec8f85ecaa88e78cb6eba59768 |
UHC | 緣쏅쪈猶륗h | 1110011011011110100110111110101110100101100000101110101110100010100011111111111001101000 | e6de9beba582eba28ffe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)