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 | uå^}uå^{^ | 1001011101110101111001010101111001111101100101110111010111100101010111100111101101011110 | 9775e55e7d9775e55e7b5e |
SJIS-WIN | ?u?^}?u?^{^ | 0011111101110101001111110101111001111101001111110111010100111111010111100111101101011110 | 3f753f5e7d3f753f5e7b5e |
EUC-JP | ?uå^}?uå^{^ | 001111110111010110001111101010111010100101011110011111010011111101110101100011111010101110101001010111100111101101011110 | 3f758faba95e7d3f758faba95e7b5e |
UTF-8 | uå^}uå^{^ | 110000101001011101110101110000111010010101011110011111011100001010010111011101011100001110100101010111100111101101011110 | c29775c3a55e7dc29775c3a55e7b5e |
UHC | ?u?^}?u?^{^ | 0011111101110101001111110101111001111101001111110111010100111111010111100111101101011110 | 3f753f5e7d3f753f5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)