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 | 雫鰰雫鰤^ | 11110000101001111000111010110100111010011101111011110000101001111000111010110100111010011101110001011110 | f0a78eb4e9def0a78eb4e9dc5e |
EUC-JP | ?雫鰰?雫鰤^ | 0011111110111100101101101111001011100000001111111011110010110110111100101101111001011110 | 3fbcb6f2e03fbcb6f2de5e |
UTF-8 | 雫鰰雫鰤^ | 11101110100000011010011011101001100110111010101111101001101100001011000011101110100000011010011011101001100110111010101111101001101100001010010001011110 | ee81a6e99babe9b0b0ee81a6e99babe9b0a45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)