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 | ??u??u^ | 00111111001111110111010100111111001111110111010101011110 | 3f3f753f3f755e |
SJIS-WIN | ??u??u^ | 00111111001111110111010100111111001111110111010101011110 | 3f3f753f3f755e |
EUC-JP | ??u??u^ | 00111111001111110111010100111111001111110111010101011110 | 3f3f753f3f755e |
UTF-8 | 셔샬u셔샬u^ | 111011001000010110010100111011001000001110101100011101011110110010000101100101001110110010000011101011000111010101011110 | ec8594ec83ac75ec8594ec83ac755e |
UHC | 셔샬u셔샬u^ | 1011110011000101101111001010001101110101101111001100010110111100101000110111010101011110 | bcc5bca375bcc5bca3755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)