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 | 銕オ邊タ | 11100111111011001011010111100111101100101000001101011110 | e7ecb5e7b2835e |
EUC-JP | 銕オ邊タ | 1110111011101110100011101011010111101110101101001010010110111111 | eeee8eb5eeb4a5bf |
UTF-8 | 銕オ邊タ | 111010011000101010010101111011111011110110110101111010011000001010001010111000111000001010111111 | e98a95efbdb5e9828ae382bf |
UHC | ??邊タ | 001111110011111111011100101010111010101110111111 | 3f3fdcababbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)