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 | 疾捨セセ丈 | 1000111010111110100011101100110010111110101111101000111111100100 | 8ebe8eccbebe8fe4 |
EUC-JP | 疾捨セセ丈 | 10111100110000001011110011001110100011101011111010001110101111101011111011100110 | bcc0bcce8ebe8ebebee6 |
UTF-8 | 疾捨セセ丈 | 111001111001011010111110111001101000110110101000111011111011110110111110111011111011110110111110111001001011100010001000 | e796bee68da8efbdbeefbdbee4b888 |
UHC | 疾捨??丈 | 1111001011110000110111101101011100111111001111111110110111011011 | f2f0ded73f3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)