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 | 陦鮭隶妤狗 | 11101000101000011000110111111000111010001010111011111010101001001000101111100111 | e8a18df8e8aefaa48be7 |
EUC-JP | 陦鮭隶妤狗 | 1111000010100011101110101111101011110000101100001000111110111001101011111011011011101001 | f0a3bafaf0b08fb9afb6e9 |
UTF-8 | 陦鮭隶妤狗 | 111010011001100110100110111010011010111010101101111010011001101010110110111001011010011010100100111001111000101110010111 | e999a6e9aeade99ab6e5a6a4e78b97 |
UHC | ????狗 | 001111110011111100111111001111111100111110110111 | 3f3f3f3fcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)