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 | ???????B | 0011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f42 |
SJIS-WIN | ???????B | 0011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f42 |
EUC-JP | ???????B | 0011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f42 |
UTF-8 | 셔섄셔설셍렠렭B | 11101100100001011001010011101100100001001000010011101100100001011001010011101100100001001010010011101100100001011000110111101011101000001010000011101011101000001010110101000010 | ec8594ec8484ec8594ec84a4ec858deba0a0eba0ad42 |
UHC | 셔섄셔설셍렠렭B | 101111001100010110111100101010011011110011000101101111001011001110111100110001001000111010110001100011101011101001000010 | bcc5bca9bcc5bcb3bcc48eb18eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)