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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猷??循△ | 1001011101010001001111110011111110001111011110101000000110100010 | 97513f3f8f7a81a2 |
EUC-JP | 猷??循△ | 1100110110110010001111110011111110111101110110111010001010100100 | cdb23f3fbddba2a4 |
UTF-8 | 猷띠툞循△ | 111001111000110010110111111010111001110110100000111011011000100010011110111001011011111010101010111000101001011010110011 | e78cb7eb9da0ed889ee5beaae296b3 |
UHC | 猷띠툞循△ | 11101011101000111011011011101100101110001001010111100010111000001010000111100010 | eba3b6ecb895e2e0a1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)