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 | 絶??鳶??^ | 100100001110001000111111001111111001001111001110001111110011111101011110 | 90e23f3f93ce3f3f5e |
EUC-JP | 絶??鳶??^ | 110000001110010000111111001111111100011011010000001111110011111101011110 | c0e43f3fc6d03f3f5e |
UTF-8 | 絶볩푾鳶껆몓^ | 11100111101101011011011011101011101100111010100111101101100100011011111011101001101100111011011011101010101110111000011011101011101010101001001101011110 | e7b5b6ebb3a9ed91bee9b3b6eabb86ebaa935e |
UHC | 絶볩푾鳶껆몓^ | 11101111101111101001001111101111101111101000100111100110111010011000001111100111100100011000000101011110 | efbe93efbe89e6e983e791815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)