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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邁費セ搾セ | 1110011110110000100101001110111110111110100011011110111110111110 | e7b094efbe8defbe |
EUC-JP | 邁費セ搾セ | 11101110101100101100100011110001100011101011111010111010111100011000111010111110 | eeb2c8f18ebebaf18ebe |
UTF-8 | 邁費セ搾セ | 111010011000001010000001111010001011001010111011111011111011110110111110111001101001000010111110111011111011110110111110 | e98281e8b2bbefbdbee690beefbdbe |
UHC | 邁費?搾? | 1101100011100100110111101010100000111111111100111011011000111111 | d8e4dea83ff3b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)