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 | 琺シセ狢シオ | 1110000011101001101111001011111011100000110000001011110010110101 | e0e9bcbee0c0bcb5 |
EUC-JP | 琺シセ狢シオ | 111000001110101110001110101111001000111010111110111000001100001010001110101111001000111010110101 | e0eb8ebc8ebee0c28ebc8eb5 |
UTF-8 | 琺シセ狢シオ | 111001111001000010111010111011111011110110111100111011111011110110111110111001111000101110100010111011111011110110111100111011111011110110110101 | e790baefbdbcefbdbee78ba2efbdbcefbdb5 |
UHC | 琺????? | 11011011111101110011111100111111001111110011111100111111 | dbf73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)