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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蓆シァ跪シァ^ | 111001001110110010111100101001111110011011101100101111001010011101011110 | e4ecbca7e6ecbca75e |
EUC-JP | 蓆シァ跪シァ^ | 11101000111011101000111010111100100011101010011111101100111011101000111010111100100011101010011101011110 | e8ee8ebc8ea7ecee8ebc8ea75e |
UTF-8 | 蓆シァ跪シァ^ | 11101000100100111000011011101111101111011011110011101111101111011010011111101000101101111010101011101111101111011011110011101111101111011010011101011110 | e89386efbdbcefbda7e8b7aaefbdbcefbda75e |
UHC | 蓆?????^ | 1110000010110110001111110011111100111111001111110011111101011110 | e0b63f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)