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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ト蔡盞シ | 1100010011110000101110111110010011101111111000011011010110111100 | c4f0bbe4efe1b5bc |
EUC-JP | ト?蔡盞シ | 100011101100010000111111111010001111000111100010101101111000111010111100 | 8ec43fe8f1e2b78ebc |
UTF-8 | ト蔡盞シ | 111011111011111010000100111011101000000110111010111010001001010010100001111001111001101110011110111011111011110110111100 | efbe84ee81bae894a1e79b9eefbdbc |
UHC | ??蔡盞? | 00111111001111111111001111111001111011011101001100111111 | 3f3ff3f9edd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)