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 | シセ狢シワ | 1011110010111110111000001100000010111100110111001111000011001110 | bcbee0c0bcdcf0ce |
EUC-JP | シセ狢シワ? | 1000111010111100100011101011111011100000110000101000111010111100100011101101110000111111 | 8ebc8ebee0c28ebc8edc3f |
UTF-8 | シセ狢シワ | 111011111011110110111100111011111011110110111110111001111000101110100010111011111011110110111100111011111011111010011100111011101000001010001101 | efbdbcefbdbee78ba2efbdbcefbe9cee828d |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)