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 | 辰??迦? | 10010010010000110011111100111111100010011101111000111111 | 92433f3f89de3f |
EUC-JP | 辰??迦? | 11000011101001000011111100111111101100101110000000111111 | c3a43f3fb2e03f |
UTF-8 | 辰섦뤚迦풲 | 111010001011111010110000111011001000010010100110111010111010010010011010111010001011111110100110111011011001001010110010 | e8beb0ec84a6eba49ae8bfa6ed92b2 |
UHC | 辰섦뤚迦풲 | 11110010111000111011110010110100100011111100100111001010101111001011111101010100 | f2e3bcb48fc9cabcbf54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)