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 | ???二? | 001111110011111100111111100100111111000100111111 | 3f3f3f93f13f |
EUC-JP | ???二? | 001111110011111100111111110001101111001100111111 | 3f3f3fc6f33f |
UTF-8 | 呂뽧렕二퇑 | 111011111010011010000000111010111011110110100111111010111010000010010101111001001011101010001100111011011000011110010001 | efa680ebbda7eba095e4ba8ced8791 |
UHC | 呂뽧렕二퇑 | 11100101111110111001011011100011100011101010101011101100101000111011100001000010 | e5fb96e38eaaeca3b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)