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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 闔オ隰晁ウェE | 11101000100011101011010111101000101011001001110111101000101100111010101001000101 | e88eb5e8ac9de8b3aa45 |
EUC-JP | 闔オ隰晁ウェE | 11101111111011101000111010110101111100001010111011011010111010101000111010110011100011101010101001000101 | efee8eb5f0aedaea8eb38eaa45 |
UTF-8 | 闔オ隰晁ウェE | 11101001100101111001010011101111101111011011010111101001100110101011000011100110100110011000000111101111101111011011001111101111101111011010101001000101 | e99794efbdb5e99ab0e69981efbdb3efbdaa45 |
UHC | 闔??晁??E | 111110011110111100111111001111111111000011000101001111110011111101000101 | f9ef3f3ff0c53f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)