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 | セチ舎写 | 101111101100000110001110110010011000111011001010 | bec18ec98eca |
EUC-JP | セチ舎写 | 1000111010111110100011101100000110111100110010111011110011001100 | 8ebe8ec1bccbbccc |
UTF-8 | セチ舎写 | 111011111011110110111110111011111011111010000001111010001000100010001110111001011000011010011001 | efbdbeefbe81e8888ee58699 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)