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 | 먏돍먦}먏돍먦{^ | 111010111010100010001111111010111000111110001101111010111010100010100110011111011110101110101000100011111110101110001111100011011110101110101000101001100111101101011110 | eba88feb8f8deba8a67deba88feb8f8deba8a67b5e |
UHC | 먏돍먦}먏돍먦{^ | 100100001100110110001001100110111001000011100011011111011001000011001101100010011001101110010000111000110111101101011110 | 90cd899b90e37d90cd899b90e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)