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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 奚?奚?LB | 1001101011110110001111111001101011110110001111110100110001000010 | 9af63f9af63f4c42 |
EUC-JP | 奚?奚?LB | 1101010011111000001111111101010011111000001111110100110001000010 | d4f83fd4f83f4c42 |
UTF-8 | 奚렪奚렪LB | 1110010110100101100110101110101110100000101010101110010110100101100110101110101110100000101010100100110001000010 | e5a59aeba0aae5a59aeba0aa4c42 |
UHC | 奚렪奚렪LB | 11111010101010001000111010111000111110101010100010001110101110000100110001000010 | faa88eb8faa88eb84c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)