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 | 俉??午 | 111110100110000100111111001111111000110011011111 | fa613f3f8cdf |
EUC-JP | 俉??午 | 10001111101100011011101100111111001111111011100011100001 | 8fb1bb3f3fb8e1 |
UTF-8 | 俉놂슝午 | 111001001011111110001001111010111000011010000010111011001000101010011101111001011000110110001000 | e4bf89eb8682ec8a9de58d88 |
UHC | 俉놂슝午 | 1110011111101011101100111110111110111101101110011110011111101101 | e7ebb3efbdb9e7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)