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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 辣ョ譁彎H | 1110011110000101101011101110011010010110100111000101110101001000 | e785aee6969c5d48 |
EUC-JP | 辣ョ譁彎H | 111011011110010110001110101011101110101111110110110101111011111001001000 | ede58eaeebf6d7be48 |
UTF-8 | 辣ョ譁彎H | 11101000101111101010001111101111101111011010111011101000101011011000000111100101101111011000111001001000 | e8bea3efbdaee8ad81e5bd8e48 |
UHC | 辣?譁彎H | 1101010110111000001111111111110010100110110110001011011001001000 | d5b83ffca6d8b648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)