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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
UTF-8 | 챈짜혞챗혙P | 11101100101100011000100011101100101001111001110011101101100110001001111011101100101100011001011111101101100110001001100101010000 | ecb188eca79ced989eecb197ed989950 |
UHC | 챈짜혞챗혙P | 1100001110100110110000101010010111000010100010001100001110101010110000101000010001010000 | c3a6c2a5c288c3aac28450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)