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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???悉?? | 00111111001111110011111110001110101110110011111100111111 | 3f3f3f8ebb3f3f |
EUC-JP | ???悉?? | 00111111001111110011111110111100101111010011111100111111 | 3f3f3fbcbd3f3f |
UTF-8 | 緣뚰뢇悉곦뙷 | 111001111011011110100011111010111001101010110000111010111010001010000111111001101000001010001001111010101011001110100110111010111001100110110111 | e7b7a3eb9ab0eba287e68289eab3a6eb99b7 |
UHC | 緣뚰뢇悉곦뙷 | 111001101101111010001100111011011000111101000011111000111111101010000001111001001000110010111010 | e6de8ced8f43e3fa81e48cba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)