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 | ÓÀÍ°^ | 1101001111000000110011011011000001011110 | d3c0cdb05e |
SJIS-WIN | ???°^ | 001111110011111100111111100000011000101101011110 | 3f3f3f818b5e |
EUC-JP | ÓÀÍ°^ | 100011111010101011010001100011111010101010100010100011111010101010111111101000011110101101011110 | 8faad18faaa28faabfa1eb5e |
UTF-8 | ÓÀÍ°^ | 110000111001001111000011100000001100001110001101110000101011000001011110 | c393c380c38dc2b05e |
UHC | ???°^ | 001111110011111100111111101000011100011001011110 | 3f3f3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)