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 | 韋灘供蓚 | 1110100011101000100100111110010110001011100111111110010011101001 | e8e893e58b9fe4e9 |
EUC-JP | 韋灘供蓚 | 1111000011101010110001101110011110110110101000011110100011101011 | f0eac6e7b6a1e8eb |
UTF-8 | 韋灘供蓚 | 111010011001111110001011111001111000000110011000111001001011111010011011111010001001001110011010 | e99f8be78198e4be9be8939a |
UHC | 韋灘供蓚 | 1110101011011111111101111010100011001101111010101110001010111110 | eadff7a8cdeae2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)