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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讓る」ゥ蠢 | 1110011010101000100000101110100110100011101010011110010110111111 | e6a882e9a3a9e5bf |
EUC-JP | 讓る」ゥ蠢 | 11101100101010101010010011101011100011101010001110001110101010011110101011000001 | ecaaa4eb8ea38ea9eac1 |
UTF-8 | 讓る」ゥ蠢 | 111010001010111010010011111000111000001010001011111011111011110110100011111011111011110110101001111010001010000010100010 | e8ae93e3828befbda3efbda9e8a0a2 |
UHC | 讓る??蠢 | 1110010111010011101010101110101100111111001111111111000111100011 | e5d3aaeb3f3ff1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)