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 | 藥????$ | 1110010101011010001111110011111100111111001111111000000110010000 | e55a3f3f3f3f8190 |
EUC-JP | 藥????$ | 1110100110111011001111110011111100111111001111111010000111110000 | e9bb3f3f3f3fa1f0 |
UTF-8 | 藥띾씭杻⒴$ | 111010001001011110100101111010111001110110111110111011001001010010101101111011111010011110001000111000101001001010110100111011111011110010000100 | e897a5eb9dbeec94adefa788e292b4efbc84 |
UHC | 藥띾씭杻⒴$ | 111001011011011110001101111010111001110110111110111010101111010010101001111001011010001110100100 | e5b78deb9dbeeaf4a9e5a3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)