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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 辰?????^ | 1001001001000011001111110011111100111111001111110011111101011110 | 92433f3f3f3f3f5e |
EUC-JP | 辰?????^ | 1100001110100100001111110011111100111111001111110011111101011110 | c3a43f3f3f3f3f5e |
UTF-8 | 辰섦뤵펿죳풽^ | 11101000101111101011000011101100100001001010011011101011101001001011010111101101100011101011111111101100101000111011001111101101100100101011110101011110 | e8beb0ec84a6eba4b5ed8ebfeca3b3ed92bd5e |
UHC | 辰섦뤵펿죳풽^ | 11110010111000111011110010110100100011111110001110111100100011101010000110001110101111110110010101011110 | f2e3bcb48fe3bc8ea18ebf655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)