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 | 丈セ捨疾 | 10001111111001001011111010001110110011001000111010111110 | 8fe4be8ecc8ebe |
EUC-JP | 丈セ捨疾 | 1011111011100110100011101011111010111100110011101011110011000000 | bee68ebebccebcc0 |
UTF-8 | 丈セ捨疾 | 111001001011100010001000111011111011110110111110111001101000110110101000111001111001011010111110 | e4b888efbdbee68da8e796be |
UHC | 丈?捨疾 | 11101101110110110011111111011110110101111111001011110000 | eddb3fded7f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)