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 | ???馴 | 0011111100111111001111111001001111101001 | 3f3f3f93e9 |
EUC-JP | ???馴 | 0011111100111111001111111100011011101011 | 3f3f3fc6eb |
UTF-8 | 롍렊롒馴 | 111010111010000110001101111010111010000010001010111010111010000110010010111010011010011010110100 | eba18deba08aeba192e9a6b4 |
UHC | 롍렊롒馴 | 1000111011010011100011101010000110001110110101111110001011111000 | 8ed38ea18ed7e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)