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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 巢듿뱢}巢듿뱢{^ | 111001011011011110100010111010111001001110111111111010111011000110100010011111011110010110110111101000101110101110010011101111111110101110110001101000100111101101011110 | e5b7a2eb93bfebb1a27de5b7a2eb93bfebb1a27b5e |
UHC | 巢듿뱢}巢듿뱢{^ | 111000011011010110001010111001011001001110001000011111011110000110110101100010101110010110010011100010000111101101011110 | e1b58ae593887de1b58ae593887b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)