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 | 鶯辞?齎 | 11101001111100101000111010101011001111111110011011011000 | e9f28eab3fe6d8 |
EUC-JP | 鶯辞煅齎 | 111100101111010010111100101011011000111111001001111100111110110011011010 | f2f4bcad8fc9f3ecda |
UTF-8 | 鶯辞煅齎 | 111010011011011010101111111010001011111010011110111001111000010110000101111010011011110110001110 | e9b6afe8be9ee78585e9bd8e |
UHC | 鶯??齎 | 111001011010001100111111001111111110111010110010 | e5a33f3feeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)