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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遏ュ譌丈ソタ | 11100111100111111010110111100110100101111000111111100100101111111000001101011110 | e79fade6978fe4bf835e |
EUC-JP | 遏ュ譌丈ソタ | 111011101010000110001110101011011110101111110111101111101110011010001110101111111010010110111111 | eea18eadebf7bee68ebfa5bf |
UTF-8 | 遏ュ譌丈ソタ | 111010011000000110001111111011111011110110101101111010001010110110001100111001001011100010001000111011111011110110111111111000111000001010111111 | e9818fefbdade8ad8ce4b888efbdbfe382bf |
UHC | ???丈?タ | 0011111100111111001111111110110111011011001111111010101110111111 | 3f3f3feddb3fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)