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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 潁??日?$ | 100111111111000100111111001111111001001111111010001111111000000110010000 | 9ff13f3f93fa3f8190 |
EUC-JP | 潁??日?$ | 110111101111001100111111001111111100011011111100001111111010000111110000 | def33f3fc6fc3fa1f0 |
UTF-8 | 潁뺣벩日뉐$ | 111001101011110110000001111010111011101010100011111010111011001010101001111001101001011110100101111010111000100110010000111011111011110010000100 | e6bd81ebbaa3ebb2a9e697a5eb8990efbc84 |
UHC | 潁뺣벩日뉐$ | 111001111011100010010101111010111001001110111111111011001110110110000111111001011010001110100100 | e7b895eb93bfeced87e5a3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)