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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 偲璽篠? | 10001110110000111000111010100011100011101100001000111111 | 8ec38ea38ec23f |
EUC-JP | 偲璽篠? | 10111100110001011011110010100101101111001100010000111111 | bcc5bca5bcc43f |
UTF-8 | 偲璽篠? | 11100101100000011011001011100111100100101011110111100111101011111010000000111111 | e581b2e792bde7afa03f |
UHC | ?璽篠? | 001111111101111111011110111000011100011000111111 | 3fdfdee1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)