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 | ??y???h | 00111111001111110111100100111111001111110011111101101000 | 3f3f793f3f3f68 |
SJIS-WIN | ??y???h | 00111111001111110111100100111111001111110011111101101000 | 3f3f793f3f3f68 |
EUC-JP | ??y???h | 00111111001111110111100100111111001111110011111101101000 | 3f3f793f3f3f68 |
UTF-8 | 셔섄y셍롅렊h | 1110110010000101100101001110110010000100100001000111100111101100100001011000110111101011101000011000010111101011101000001000101001101000 | ec8594ec848479ec858deba185eba08a68 |
UHC | 셔섄y셍롅렊h | 101111001100010110111100101010010111100110111100110001001000111011001011100011101010000101101000 | bcc5bca979bcc48ecb8ea168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)