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 | 뱱뽰뢲}뱱뽰뢲{^ | 111010111011000110110001111010111011110110110000111010111010001010110010011111011110101110110001101100011110101110111101101100001110101110100010101100100111101101011110 | ebb1b1ebbdb0eba2b27debb1b1ebbdb0eba2b27b5e |
UHC | 뱱뽰뢲}뱱뽰뢲{^ | 100100111001011110010110111011001000111101110001011111011001001110010111100101101110110010001111011100010111101101011110 | 939796ec8f717d939796ec8f717b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)