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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雄憺雄憺^ | 100101110101100110011100111010011001011101011001100111001110100101011110 | 97599ce997599ce95e |
EUC-JP | 雄憺雄憺^ | 110011011011101011011000111010111100110110111010110110001110101101011110 | cdbad8ebcdbad8eb5e |
UTF-8 | 雄憺雄憺^ | 11101001100110111000010011100110100001101011101011101001100110111000010011100110100001101011101001011110 | e99b84e686bae99b84e686ba5e |
UHC | 雄憺雄憺^ | 111010101010100111010011101111001110101010101001110100111011110001011110 | eaa9d3bceaa9d3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)