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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?カ?カ^ | 0011111110110110001111111011011001011110 | 3fb63fb65e |
EUC-JP | ?カ?カ^ | 00111111100011101011011000111111100011101011011001011110 | 3f8eb63f8eb65e |
UTF-8 | カカ^ | 11101110101111001011000111101111101111011011011011101110101111001011000111101111101111011011011001011110 | eebcb1efbdb6eebcb1efbdb65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)