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 | ???f???{d | 001111110011111100111111011001100011111100111111001111110111101101100100 | 3f3f3f663f3f3f7b64 |
SJIS-WIN | ???f???{d | 001111110011111100111111011001100011111100111111001111110111101101100100 | 3f3f3f663f3f3f7b64 |
EUC-JP | ???f???{d | 001111110011111100111111011001100011111100111111001111110111101101100100 | 3f3f3f663f3f3f7b64 |
UTF-8 | 첬쨋짧f첬쨈짢{d | 111011001011001010101100111011001010100010001011111011001010011110100111011001101110110010110010101011001110110010101000100010001110110010100111101000100111101101100100 | ecb2aceca88beca7a766ecb2aceca888eca7a27b64 |
UHC | 첬쨋짧f첬쨈짢{d | 110000111011101011000010101101101100001010101010011001101100001110111010110000101011010011000010101010000111101101100100 | c3bac2b6c2aa66c3bac2b4c2a87b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)