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 | 秧????? | 11100010010111100011111100111111001111110011111100111111 | e25e3f3f3f3f3f |
EUC-JP | 秧????? | 11100011101111110011111100111111001111110011111100111111 | e3bf3f3f3f3f3f |
UTF-8 | 秧꾨졁劣먮젨 | 111001111010011110100111111010101011111010101000111011001010000110000001111011111010011010011101111010111010100010101110111011001010000010101000 | e7a7a7eabea8eca181efa69deba8aeeca0a8 |
UHC | 秧꾨졁劣먮젨 | 111001001110101110000100111010111010000010110010111001101110101110010000111010111010000010100000 | e4eb84eba0b2e6eb90eba0a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)