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 | 藥??靭?? | 1110010101011010001111110011111110010000011110000011111100111111 | e55a3f3f90783f3f |
EUC-JP | 藥??靭?? | 1110100110111011001111110011111110111111110110010011111100111111 | e9bb3f3fbfd93f3f |
UTF-8 | 藥띾돂靭됪윓 | 111010001001011110100101111010111001110110111110111010111000111110000010111010011001110110101101111010111001000010101010111011001001110010010011 | e897a5eb9dbeeb8f82e99dadeb90aaec9c93 |
UHC | 藥띾돂靭됪윓 | 111001011011011110001101111010111000100110010101111011001110010110001001111001101001111110011010 | e5b78deb8995ece589e69f9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)