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 | cu}cu{^ | 1001000001100011100010010111010101111101100100000110001110001001011101010111101101011110 | 906389757d906389757b5e |
SJIS-WIN | ?c?u}?c?u{^ | 0011111101100011001111110111010101111101001111110110001100111111011101010111101101011110 | 3f633f757d3f633f757b5e |
EUC-JP | ?c?u}?c?u{^ | 0011111101100011001111110111010101111101001111110110001100111111011101010111101101011110 | 3f633f757d3f633f757b5e |
UTF-8 | cu}cu{^ | 110000101001000001100011110000101000100101110101011111011100001010010000011000111100001010001001011101010111101101011110 | c29063c289757dc29063c289757b5e |
UHC | ?c?u}?c?u{^ | 0011111101100011001111110111010101111101001111110110001100111111011101010111101101011110 | 3f633f757d3f633f757b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)