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 | 業??猷?? | 1000101111000110001111110011111110010111010100010011111100111111 | 8bc63f3f97513f3f |
EUC-JP | 業??猷?? | 1011011011001000001111110011111111001101101100100011111100111111 | b6c83f3fcdb23f3f |
UTF-8 | 業볥슚猷됪삌 | 111001101010010110101101111010111011001110100101111011001000101010011010111001111000110010110111111010111001000010101010111011001000001010001100 | e6a5adebb3a5ec8a9ae78cb7eb90aaec828c |
UHC | 業볥슚猷됪삌 | 111001011111011010010011111010111001101010101000111010111010001110001001111001101001100010010011 | e5f693eb9aa8eba389e69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)