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 | ?朞?タ | 001111111001111001001101001111111000001101011110 | 3f9e4d3f835e |
EUC-JP | ?朞?タ | 001111111101101110101110001111111010010110111111 | 3fdbae3fa5bf |
UTF-8 | 룶朞춳タ | 111010111010001110110110111001101001110010011110111011001011011010110011111000111000001010111111 | eba3b6e69c9eecb6b3e382bf |
UHC | 룶朞춳タ | 1000111110101011110100011010000110101101100011111010101110111111 | 8fabd1a1ad8fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)