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 | ?????PV | 00111111001111110011111100111111001111110101000001010110 | 3f3f3f3f3f5056 |
SJIS-WIN | ?????PV | 00111111001111110011111100111111001111110101000001010110 | 3f3f3f3f3f5056 |
EUC-JP | ?????PV | 00111111001111110011111100111111001111110101000001010110 | 3f3f3f3f3f5056 |
UTF-8 | 챈짰혧챗혙PV | 1110110010110001100010001110110010100111101100001110110110011000101001111110110010110001100101111110110110011000100110010101000001010110 | ecb188eca7b0ed98a7ecb197ed98995056 |
UHC | 챈짰혧챗혙PV | 110000111010011011000010101011101100001010001111110000111010101011000010100001000101000001010110 | c3a6c2aec28fc3aac2845056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)