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 | サ聘サシホ | 1011101111100011110110011111010110111100101110111011110011001110 | bbe3d9f5bcbbbcce |
EUC-JP | サ聘?サシホ | 1000111010111011111001101101101100111111100011101011101110001110101111001000111011001110 | 8ebbe6db3f8ebb8ebc8ece |
UTF-8 | サ聘サシホ | 111011111011110110111011111010001000000110011000111011101001000010100111111011111011110110111011111011111011110110111100111011111011111010001110 | efbdbbe88198ee90a7efbdbbefbdbcefbe8e |
UHC | ?聘???? | 00111111110111101011110100111111001111110011111100111111 | 3fdebd3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)