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 | 韋灘供豐 | 1110100011101000100100111110010110001011100111111110011010110010 | e8e893e58b9fe6b2 |
EUC-JP | 韋灘供豐 | 1111000011101010110001101110011110110110101000011110110010110100 | f0eac6e7b6a1ecb4 |
UTF-8 | 韋灘供豐 | 111010011001111110001011111001111000000110011000111001001011111010011011111010001011000110010000 | e99f8be78198e4be9be8b190 |
UHC | 韋灘供? | 11101010110111111111011110101000110011011110101000111111 | eadff7a8cdea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)