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{^ | 1001100011010000001111110101011101111101100110001101000000111111010101110111101101011110 | 98d03f577d98d03f577b5e |
EUC-JP | 侑?W}侑?W{^ | 1101000011010010001111110101011101111101110100001101001000111111010101110111101101011110 | d0d23f577dd0d23f577b5e |
UTF-8 | 侑큡W}侑큡W{^ | 1110010010111110100100011110110110000001101000010101011101111101111001001011111010010001111011011000000110100001010101110111101101011110 | e4be91ed81a1577de4be91ed81a1577b5e |
UHC | 侑큡W}侑큡W{^ | 11101010111000101011010001101110010101110111110111101010111000101011010001101110010101110111101101011110 | eae2b46e577deae2b46e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)