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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 赤??叛 | 100100001101010000111111001111111001010010111110 | 90d43f3f94be |
EUC-JP | 赤?邕叛 | 1100000011010110001111111000111111100001111011011100100011000000 | c0d63f8fe1edc8c0 |
UTF-8 | 赤렑邕叛 | 111010001011010110100100111010111010000010010001111010011000001010010101111001011000111110011011 | e8b5a4eba091e98295e58f9b |
UHC | 赤렑邕叛 | 1110111011100101100011101010011011101000101110111101101011100100 | eee58ea6e8bbdae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)