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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絎ょ牽膰 | 1110001101001101100000101110010110001100101000011110010001010111 | e34d82e58ca1e457 |
EUC-JP | 絎ょ牽膰 | 1110010110101110101001001110011110111000101000111110011110111000 | e5aea4e7b8a3e7b8 |
UTF-8 | 絎ょ牽膰 | 111001111011010110001110111000111000001010000111111001111000100110111101111010001000011010110000 | e7b58ee38287e789bde886b0 |
UHC | ?ょ牽? | 001111111010101011100111110011001011001000111111 | 3faae7ccb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)