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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 盞]葭 | 111000011011010110000001011011101110010011010001 | e1b5816ee4d1 |
EUC-JP | 盞]葭 | 111000101011011110100001110011111110100011010011 | e2b7a1cfe8d3 |
UTF-8 | 盞]葭 | 111001111001101110011110111011111011110010111101111010001001000110101101 | e79b9eefbcbde891ad |
UHC | 盞]? | 1110110111010011101000111101110100111111 | edd3a3dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)