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 | 室煮捨疾 | 1000111010111010100011101100111110001110110011001000111010111110 | 8eba8ecf8ecc8ebe |
EUC-JP | 室煮捨疾 | 1011110010111100101111001101000110111100110011101011110011000000 | bcbcbcd1bccebcc0 |
UTF-8 | 室煮捨疾 | 111001011010111010100100111001111000010110101110111001101000110110101000111001111001011010111110 | e5aea4e785aee68da8e796be |
UHC | 室煮捨疾 | 1110001111111000111011011011010011011110110101111111001011110000 | e3f8edb4ded7f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)