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 | 쉈빛똭}쉈빛똭{^ | 111011001000100110001000111010111011100110011011111010111001100010101101011111011110110010001001100010001110101110111001100110111110101110011000101011010111101101011110 | ec8988ebb99beb98ad7dec8988ebb99beb98ad7b5e |
UHC | 쉈빛똭}쉈빛똭{^ | 101111011010010110111010111110111000110001101110011111011011110110100101101110101111101110001100011011100111101101011110 | bda5bafb8c6e7dbda5bafb8c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)