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 | 遽∵」狗セ③ | 11100111101011111000000111100110101000111000101111100111101111101000011101000010 | e7af81e6a38be7be8742 |
EUC-JP | 遽∵」狗セ? | 1110111010110001101000101110100010001110101000111011011011101001100011101011111000111111 | eeb1a2e88ea3b6e98ebe3f |
UTF-8 | 遽∵」狗セ③ | 111010011000000110111101111000101000100010110101111011111011110110100011111001111000101110010111111011111011110110111110111000101001000110100010 | e981bde288b5efbda3e78b97efbdbee291a2 |
UHC | 遽∵?狗?③ | 11001011111010001010000111110001001111111100111110110111001111111010100011101001 | cbe8a1f13fcfb73fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)