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 | 糴猾煮偲 | 1110001011111001111000001100111110001110110011111000111011000011 | e2f9e0cf8ecf8ec3 |
EUC-JP | 糴猾煮偲 | 1110010011111011111000001101000110111100110100011011110011000101 | e4fbe0d1bcd1bcc5 |
UTF-8 | 糴猾煮偲 | 111001111011001110110100111001111000110010111110111001111000010110101110111001011000000110110010 | e7b3b4e78cbee785aee581b2 |
UHC | ?猾煮? | 001111111111110011000010111011011011010000111111 | 3ffcc2edb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)