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 | ????Po | 001111110011111100111111001111110101000001101111 | 3f3f3f3f506f |
SJIS-WIN | ????Po | 001111110011111100111111001111110101000001101111 | 3f3f3f3f506f |
EUC-JP | ????Po | 001111110011111100111111001111110101000001101111 | 3f3f3f3f506f |
UTF-8 | 셔섯셔샵Po | 1110110010000101100101001110110010000100101011111110110010000101100101001110110010000011101101010101000001101111 | ec8594ec84afec8594ec83b5506f |
UHC | 셔섯셔샵Po | 10111100110001011011110010111000101111001100010110111100101001010101000001101111 | bcc5bcb8bcc5bca5506f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)