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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | セ燻、ショP | 10111110111000001000111010100100101111001010111001010000 | bee08ea4bcae50 |
EUC-JP | セ燻、ショP | 1000111010111110110111111110111010001110101001001000111010111100100011101010111001010000 | 8ebedfee8ea48ebc8eae50 |
UTF-8 | セ燻、ショP | 11101111101111011011111011100111100001111011101111101111101111011010010011101111101111011011110011101111101111011010111001010000 | efbdbee787bbefbda4efbdbcefbdae50 |
UHC | ?燻???P | 00111111111111011011100000111111001111110011111101010000 | 3ffdb83f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)