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???D | 001111110101000000111111001111110011111101000100 | 3f503f3f3f44 |
SJIS-WIN | ?P???D | 001111110101000000111111001111110011111101000100 | 3f503f3f3f44 |
EUC-JP | ?P???D | 001111110101000000111111001111110011111101000100 | 3f503f3f3f44 |
UTF-8 | 채P혢혝혟D | 1110110010110001100001000101000011101101100110001010001011101101100110001001110111101101100110001001111101000100 | ecb18450ed98a2ed989ded989f44 |
UHC | 채P혢혝혟D | 11000011101001000101000011000010100010111100001010000111110000101000100101000100 | c3a450c28bc287c28944 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)