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 | 錮「轣假ス | 1110011111111100101000101110011110000001100110001110111110111101 | e7fca2e78198efbd |
EUC-JP | 錮「轣假ス | 11101110111111101000111010100010111011011110000111010000111100011000111010111101 | eefe8ea2ede1d0f18ebd |
UTF-8 | 錮「轣假ス | 111010011000110010101110111011111011110110100010111010001011110110100011111001011000000110000111111011111011110110111101 | e98caeefbda2e8bda3e58187efbdbd |
UHC | 錮??假? | 11001101110100010011111100111111110010101010001100111111 | cdd13f3fcaa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)