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 | 韋ァ蜀吩 | 11101000111010001010011111100101100001101001100111100100 | e8e8a7e58699e4 |
EUC-JP | 韋ァ蜀吩 | 1111000011101010100011101010011111101001111001101101001011100110 | f0ea8ea7e9e6d2e6 |
UTF-8 | 韋ァ蜀吩 | 111010011001111110001011111011111011110110100111111010001001110010000000111001011001000010101001 | e99f8befbda7e89c80e590a9 |
UHC | 韋?蜀吩 | 11101010110111110011111111110101101110011101110111000011 | eadf3ff5b9ddc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)