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 | ?謙普謙? | 0011111110001100101010101001010110000001100011001010101000111111 | 3f8caa95818caa3f |
EUC-JP | ?謙普謙醱 | 00111111101110001010110011001001111000011011100010101100100011111110001011110111 | 3fb8acc9e1b8ac8fe2f7 |
UTF-8 | 렻謙普謙醱 | 111010111010000010111011111010001010110010011001111001101001100110101110111010001010110010011001111010011000011010110001 | eba0bbe8ac99e699aee8ac99e986b1 |
UHC | 렻謙普謙醱 | 10001110110000111100110011000101110111001100010111001100110001011101101110100011 | 8ec3ccc5dcc5ccc5dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)