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{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 傲?W}傲?W{^ | 1001100011111100001111110101011101111101100110001111110000111111010101110111101101011110 | 98fc3f577d98fc3f577b5e |
EUC-JP | 傲?W}傲?W{^ | 1101000011111110001111110101011101111101110100001111111000111111010101110111101101011110 | d0fe3f577dd0fe3f577b5e |
UTF-8 | 傲쮓W}傲쮓W{^ | 1110010110000010101100101110110010101110100100110101011101111101111001011000001010110010111011001010111010010011010101110111101101011110 | e582b2ecae93577de582b2ecae93577b5e |
UHC | 傲쮓W}傲쮓W{^ | 11100111111011001010100001101011010101110111110111100111111011001010100001101011010101110111101101011110 | e7eca86b577de7eca86b577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)