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 | 竪但棚 | 100100100100011110010010010000011001001001001001 | 924792419249 |
EUC-JP | 竪但棚 | 110000111010100011000011101000101100001110101010 | c3a8c3a2c3aa |
UTF-8 | 竪但棚 | 111001111010101110101010111001001011110110000110111001101010001110011010 | e7abaae4bd86e6a39a |
UHC | 竪但棚 | 111000101011010111010011101000111101110111011100 | e2b5d3a3dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)