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 | ¹ÑW}¹ÑW{^ | 101110011101000101010111011111011011100111010001010101110111101101011110 | b9d1577db9d1577b5e |
SJIS-WIN | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | ?ÑW}?ÑW{^ | 00111111100011111010101011010000010101110111110100111111100011111010101011010000010101110111101101011110 | 3f8faad0577d3f8faad0577b5e |
UTF-8 | ¹ÑW}¹ÑW{^ | 11000010101110011100001110010001010101110111110111000010101110011100001110010001010101110111101101011110 | c2b9c391577dc2b9c391577b5e |
UHC | ¹?W}¹?W{^ | 1010100111110110001111110101011101111101101010011111011000111111010101110111101101011110 | a9f63f577da9f63f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)