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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 贈?h俺?? | 100100011010000100111111100000101000100010001001101101000011111100111111 | 91a13f828889b43f3f |
EUC-JP | 贈?h俺?? | 110000101010001100111111101000111110100010110010101101100011111100111111 | c2a33fa3e8b2b63f3f |
UTF-8 | 贈뷴h俺브렚 | 111010001011010010001000111010111011011110110100111011111011110110001000111001001011111110111010111010111011100010001100111010111010000010011010 | e8b488ebb7b4efbd88e4bfbaebb88ceba09a |
UHC | 贈뷴h俺브렚 | 111100011111110010111010111001011010001111101000111001011110111110111010111010101000111010101101 | f1fcbae5a3e8e5efbaea8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)