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 | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
EUC-JP | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
UTF-8 | 셔석셔섯셍섈v | 11101100100001011001010011101100100001001001110111101100100001011001010011101100100001001010111111101100100001011000110111101100100001001000100001110110 | ec8594ec849dec8594ec84afec858dec848876 |
UHC | 셔석셔섯셍섈v | 10111100110001011011110010101110101111001100010110111100101110001011110011000100101111001010101001110110 | bcc5bcaebcc5bcb8bcc4bcaa76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)