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 | 11101100101100011000110011101101100110001010011111101100101001111001110011101100101100011000010011101100101010011001000011101101100110001001100101110110 | ecb18ced98a7eca79cecb184eca990ed989976 |
UHC | 챌혧짜채쩐혙v | 11000011101001111100001010001111110000101010010111000011101001001100001010111110110000101000010001110110 | c3a7c28fc2a5c3a4c2bec28476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)