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 | 00111111001111110011111110010111010100000011111101000010 | 3f3f3f97503f42 |
EUC-JP | ???猶?B | 00111111001111110011111111001101101100010011111101000010 | 3f3f3fcdb13f42 |
UTF-8 | 緣쏅렯猶뢘B | 11100111101101111010001111101100100011111000010111101011101000001010111111100111100011001011011011101011101000101001100001000010 | e7b7a3ec8f85eba0afe78cb6eba29842 |
UHC | 緣쏅렯猶뢘B | 1110011011011110100110111110101110001110101111001110101110100010100011110101001101000010 | e6de9beb8ebceba28f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)