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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贈頃??? | 10010001101000011000110110100000001111110011111100111111 | 91a18da03f3f3f |
EUC-JP | 贈頃??? | 11000010101000111011101010100010001111110011111100111111 | c2a3baa23f3f3f |
UTF-8 | 贈頃렱ㅻ쥐 | 111010001011010010001000111010011010000010000011111010111010000010110001111000111000010110111011111011001010010110010000 | e8b488e9a083eba0b1e385bbeca590 |
UHC | 贈頃렱ㅻ쥐 | 11110001111111001100110011110001100011101011111010100100111010111100000111100011 | f1fcccf18ebea4ebc1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)