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 | 鉗、增占ュ錬 | 11100111111001111010010011111010100111011001000011101000101011011001100001000010 | e7e7a4fa9d90e8ad9842 |
EUC-JP | 鉗、?占ュ錬 | 1110111011101001100011101010010000111111110000001110101010001110101011011100111110100011 | eee98ea43fc0ea8eadcfa3 |
UTF-8 | 鉗、增占ュ錬 | 111010011000100110010111111011111011110110100100111001011010001010011110111001011000110110100000111011111011110110101101111010011000110010101100 | e98997efbda4e5a29ee58da0efbdade98cac |
UHC | 鉗?增占?? | 110011001100011000111111111100011111001011101111101111110011111100111111 | ccc63ff1f2efbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)