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 | 榮??節? | 10011110110001000011111100111111100100001101111100111111 | 9ec43f3f90df3f |
EUC-JP | 榮??節? | 11011100110001100011111100111111110000001110000100111111 | dcc63f3fc0e13f |
UTF-8 | 榮뺛굛節⑵ | 111001101010011010101110111010111011101010011011111010101011010110011011111001111010111110000000111000101001000110110101 | e6a6aeebba9beab59be7af80e291b5 |
UHC | 榮뺛굛節⑵ | 11100111101101001001010111100011100000101000001111101111101111011010100111101000 | e7b495e38283efbda9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)