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 | ?ー?カ?カ^ | 00111111101100000011111110110110001111111011011001011110 | 3fb03fb63fb65e |
EUC-JP | ?ー?カ?カ^ | 00111111100011101011000000111111100011101011011000111111100011101011011001011110 | 3f8eb03f8eb63f8eb65e |
UTF-8 | ーカカ^ | 11101110101111001011110111101111101111011011000011101110101111001011011011101111101111011011011011101110101111001011100111101111101111011011011001011110 | eebcbdefbdb0eebcb6efbdb6eebcb9efbdb65e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)