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 | 蒻ヘヒ霓ソ | 11100100111010001100110111001011111010001011110110111111 | e4e8cdcbe8bdbf |
EUC-JP | 蒻ヘヒ霓ソ | 11101000111010101000111011001101100011101100101111110000101111111000111010111111 | e8ea8ecd8ecbf0bf8ebf |
UTF-8 | 蒻ヘヒ霓ソ | 111010001001001010111011111011111011111010001101111011111011111010001011111010011001110010010011111011111011110110111111 | e892bbefbe8defbe8be99c93efbdbf |
UHC | 蒻??霓? | 11100101101101100011111100111111111001111110011100111111 | e5b63f3fe7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)