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 | 辰????漣 | 1001001001000011001111110011111100111111001111111001011111111000 | 92433f3f3f3f97f8 |
EUC-JP | 辰????漣 | 1100001110100100001111110011111100111111001111111100111011111010 | c3a43f3f3f3fcefa |
UTF-8 | 辰섦뤵펿죳漣 | 111010001011111010110000111011001000010010100110111010111010010010110101111011011000111010111111111011001010001110110011111001101011110010100011 | e8beb0ec84a6eba4b5ed8ebfeca3b3e6bca3 |
UHC | 辰섦뤵펿죳漣 | 111100101110001110111100101101001000111111100011101111001000111010100001100011101101010111111110 | f2e3bcb48fe3bc8ea18ed5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)