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 | 兄?祭 | 1000110001011010001111111000110111010101 | 8c5a3f8dd5 |
EUC-JP | 兄?祭 | 1011011110111011001111111011101011010111 | b7bb3fbad7 |
UTF-8 | 兄렍祭 | 111001011000010110000100111010111010000010001101111001111010010110101101 | e58584eba08de7a5ad |
UHC | 兄렍祭 | 111110101111110010001110101000111111000010101110 | fafc8ea3f0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)