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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隱ソ隨狗 | 11101000101010101011111111100111101011001000101111100111 | e8aabfe7ac8be7 |
EUC-JP | 隱ソ隨狗 | 1111000010101100100011101011111111101110101011101011011011101001 | f0ac8ebfeeaeb6e9 |
UTF-8 | 隱ソ隨狗 | 111010011001101010110001111011111011110110111111111010011001101010101000111001111000101110010111 | e99ab1efbdbfe99aa8e78b97 |
UHC | 隱?隨狗 | 11101011110111110011111111100010110010111100111110110111 | ebdf3fe2cbcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)