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 | 二≪?? | 100100111111000110000001111000010011111100111111 | 93f181e13f3f |
EUC-JP | 二≪?? | 110001101111001110100010111000110011111100111111 | c6f3a2e33f3f |
UTF-8 | 二≪옡琉 | 111001001011101010001100111000101000100110101010111011001001100010100001111011111010011110001100 | e4ba8ce289aaec98a1efa78c |
UHC | 二≪옡琉 | 1110110010100011101000011110110010011110101000111110101110100100 | eca3a1ec9ea3eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)