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 | ?A???m?} | 0011111101000001001111110011111100111111011011010011111101111101 | 3f413f3f3f6d3f7d |
SJIS-WIN | ?A???m?} | 0011111101000001001111110011111100111111011011010011111101111101 | 3f413f3f3f6d3f7d |
EUC-JP | ?A???m?} | 0011111101000001001111110011111100111111011011010011111101111101 | 3f413f3f3f6d3f7d |
UTF-8 | 채A혰첩혘m혷} | 111011001011000110000100010000011110110110011000101100001110110010110010101010011110110110011000100110000110110111101101100110001011011101111101 | ecb18441ed98b0ecb2a9ed98986ded98b77d |
UHC | 채A혰첩혘m혷} | 11000011101001000100000111000010100101111100001110111000110000101000001101101101110000101001111001111101 | c3a441c297c3b8c2836dc29e7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)