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 | 犇コヨ犇コヨ^ | 111000001011010010111010110101101110000010110100101110101101011001011110 | e0b4bad6e0b4bad65e |
EUC-JP | 犇コヨ犇コヨ^ | 11100000101101101000111010111010100011101101011011100000101101101000111010111010100011101101011001011110 | e0b68eba8ed6e0b68eba8ed65e |
UTF-8 | 犇コヨ犇コヨ^ | 11100111100010101000011111101111101111011011101011101111101111101001011011100111100010101000011111101111101111011011101011101111101111101001011001011110 | e78a87efbdbaefbe96e78a87efbdbaefbe965e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)