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 | 諡倅コ疲◎ | 111001101000101110011000111001001011101010010100111001101000000110011101 | e68b98e4ba94e6819d |
EUC-JP | 諡倅コ疲◎ | 11101011111010111101000011100110100011101011101011001000111010001010000111111101 | ebebd0e68ebac8e8a1fd |
UTF-8 | 諡倅コ疲◎ | 111010001010101110100001111001011000000010000101111011111011110110111010111001111001011010110010111000101001011110001110 | e8aba1e58085efbdbae796b2e2978e |
UHC | 諡??疲◎ | 1110001111001101001111110011111111111001101010101010000111011101 | e3cd3f3ff9aaa1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)