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 | 瑤??殉? | 11101010101000100011111100111111100011110111110100111111 | eaa23f3f8f7d3f |
EUC-JP | 瑤??殉? | 11110100101001000011111100111111101111011101111000111111 | f4a43f3fbdde3f |
UTF-8 | 瑤껆윪殉콮 | 111001111001000110100100111010101011101110000110111011001001110010101010111001101010111010001001111011001011110110101110 | e791a4eabb86ec9caae6ae89ecbdae |
UHC | 瑤껆윪殉콮 | 11101000111111011000001111100111100111111010100111100010111001101011001001000010 | e8fd83e79fa9e2e6b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)