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 | 浯疾炅而 | 1111101011111100100011101011111011111011010100011000111010100111 | fafc8ebefb518ea7 |
EUC-JP | 浯疾炅而 | 10001111110001111100001110111100110000001000111111001001110010101011110010101001 | 8fc7c3bcc08fc9cabca9 |
UTF-8 | 浯疾炅而 | 111001101011010110101111111001111001011010111110111001111000001010000101111010001000000010001100 | e6b5afe796bee78285e8808c |
UHC | ?疾炅而 | 00111111111100101111000011001100110111011110110010111011 | 3ff2f0ccddecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)