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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?各??汪? | 0011111110001010011001010011111100111111100111111000101000111111 | 3f8a653f3f9f8a3f |
EUC-JP | ?各??汪? | 0011111110110011110001100011111100111111110111011110101000111111 | 3fb3c63f3fddea3f |
UTF-8 | 뤋各咽붊汪퇑 | 111010111010010010001011111001011001000010000100111011111010011010011110111010111011011010001010111001101011000110101010111011011000011110010001 | eba48be59084efa69eebb68ae6b1aaed8791 |
UHC | 뤋各咽붊汪퇑 | 100011111011101111001010110000001110011011101100101110101101010011101000110111001011100001000010 | 8fbbcac0e6ecbad4e8dcb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)