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 | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
SJIS-WIN | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
EUC-JP | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
UTF-8 | 셔샷a셔샷 | 11101100100001011001010011101100100000111011011101100001111011001000010110010100111011001000001110110111 | ec8594ec83b761ec8594ec83b7 |
UHC | 셔샷a셔샷 | 101111001100010110111100101001100110000110111100110001011011110010100110 | bcc5bca661bcc5bca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)