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 | 業??業?? | 1000101111000110001111110011111110001011110001100011111100111111 | 8bc63f3f8bc63f3f |
EUC-JP | 業??業?? | 1011011011001000001111110011111110110110110010000011111100111111 | b6c83f3fb6c83f3f |
UTF-8 | 業붹튂業붹튂 | 111001101010010110101101111010111011011010111001111011011000101010000010111001101010010110101101111010111011011010111001111011011000101010000010 | e6a5adebb6b9ed8a82e6a5adebb6b9ed8a82 |
UHC | 業붹튂業붹튂 | 111001011111011010010100111001101011100110011000111001011111011010010100111001101011100110011000 | e5f694e6b998e5f694e6b998 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)