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 | 猷??佯?? | 1001011101010001001111110011111110011000110100010011111100111111 | 97513f3f98d13f3f |
EUC-JP | 猷??佯?? | 1100110110110010001111110011111111010000110100110011111100111111 | cdb23f3fd0d33f3f |
UTF-8 | 猷띔큿佯뤵겦 | 111001111000110010110111111010111001110110010100111011011000000110111111111001001011110110101111111010111010010010110101111010101011001010100110 | e78cb7eb9d94ed81bfe4bdafeba4b5eab2a6 |
UHC | 猷띔큿佯뤵겦 | 111010111010001110110110111010101011010010001100111001011011101010001111111000111000000110111000 | eba3b6eab48ce5ba8fe381b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)