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 | 霎懈勁竓 | 1110100010111110100111001110011010011001101001001110001010001010 | e8be9ce699a4e28a |
EUC-JP | 霎懈勁竓 | 1111000011000000110110001110100011010010101001101110001111101010 | f0c0d8e8d2a6e3ea |
UTF-8 | 霎懈勁竓 | 111010011001110010001110111001101000011110001000111001011000101110000001111001111010101110010011 | e99c8ee68788e58b81e7ab93 |
UHC | ?懈勁? | 001111111111101010101011110011001100110100111111 | 3ffaabcccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)