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 | 陜灘絢陜 | 1110100010011101100100111110010110001000101110101110100010011101 | e89d93e588bae89d |
EUC-JP | 陜灘絢陜 | 1110111111111101110001101110011110110000101111001110111111111101 | effdc6e7b0bceffd |
UTF-8 | 陜灘絢陜 | 111010011001100110011100111001111000000110011000111001111011010110100010111010011001100110011100 | e9999ce78198e7b5a2e9999c |
UHC | 陜灘絢陜 | 1111100111110000111101111010100011111010111000101111100111110000 | f9f0f7a8fae2f9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)