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 | ûY¯n}ûY¯n{^ | 1111101101011001101011110110111001111101111110110101100110101111011011100111101101011110 | fb59af6e7dfb59af6e7b5e |
SJIS-WIN | ?Y?n}?Y?n{^ | 0011111101011001001111110110111001111101001111110101100100111111011011100111101101011110 | 3f593f6e7d3f593f6e7b5e |
EUC-JP | ûY¯n}ûY¯n{^ | 10001111101010111110010101011001100011111010001010110100011011100111110110001111101010111110010101011001100011111010001010110100011011100111101101011110 | 8fabe5598fa2b46e7d8fabe5598fa2b46e7b5e |
UTF-8 | ûY¯n}ûY¯n{^ | 110000111011101101011001110000101010111101101110011111011100001110111011010110011100001010101111011011100111101101011110 | c3bb59c2af6e7dc3bb59c2af6e7b5e |
UHC | ?Y?n}?Y?n{^ | 0011111101011001001111110110111001111101001111110101100100111111011011100111101101011110 | 3f593f6e7d3f593f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)