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 | ÓÉà»àî^ | 11010011110010011110000010111011111000001110111001011110 | d3c9e0bbe0ee5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ÓÉà?àî^ | 1000111110101010110100011000111110101010101100011000111110101011101000100011111110001111101010111010001010001111101010111100001001011110 | 8faad18faab18faba23f8faba28fabc25e |
UTF-8 | ÓÉà»àî^ | 11000011100100111100001110001001110000111010000011000010101110111100001110100000110000111010111001011110 | c393c389c3a0c2bbc3a0c3ae5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)