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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 閾セ繧駆ウ・B | 11101000100001111011111011100011100000101000101111101100101100111010010101000010 | e887bee3828becb3a542 |
EUC-JP | 閾セ繧駆ウ・B | 11101111111001111000111010111110111001011110001010110110111011101000111010110011100011101010010101000010 | efe78ebee5e2b6ee8eb38ea542 |
UTF-8 | 閾セ繧駆ウ・B | 11101001100101101011111011101111101111011011111011100111101110011010011111101001101001111000011011101111101111011011001111101111101111011010010101000010 | e996beefbdbee7b9a7e9a786efbdb3efbda542 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)