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 | ??w??~ | 001111110011111101110111001111110011111101111110 | 3f3f773f3f7e |
SJIS-WIN | ??w??~ | 001111110011111101110111001111110011111101111110 | 3f3f773f3f7e |
EUC-JP | ??w??~ | 001111110011111101110111001111110011111101111110 | 3f3f773f3f7e |
UTF-8 | 셔샬w셔샬~ | 1110110010000101100101001110110010000011101011000111011111101100100001011001010011101100100000111010110001111110 | ec8594ec83ac77ec8594ec83ac7e |
UHC | 셔샬w셔샬~ | 10111100110001011011110010100011011101111011110011000101101111001010001101111110 | bcc5bca377bcc5bca37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)