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 | 鼇??鼇??^ | 111010101000011100111111001111111110101010000111001111110011111101011110 | ea873f3fea873f3f5e |
EUC-JP | 鼇??鼇??^ | 111100111110011100111111001111111111001111100111001111110011111101011110 | f3e73f3ff3e73f3f5e |
UTF-8 | 鼇껅늿鼇껆뿲^ | 11101001101111001000011111101010101110111000010111101011100010101011111111101001101111001000011111101010101110111000011011101011101111111011001001011110 | e9bc87eabb85eb8abfe9bc87eabb86ebbfb25e |
UHC | 鼇껅늿鼇껆뿲^ | 11101000101010001000001111100110100010001000100011101000101010001000001111100111100101111011001001011110 | e8a883e68888e8a883e797b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)