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 | 壯↓?嚥?? | 100110101110000110000001101010110011111110011010100010110011111100111111 | 9ae181ab3f9a8b3f3f |
EUC-JP | 壯↓?嚥?? | 110101001110001110100010101011010011111111010011111010110011111100111111 | d4e3a2ad3fd3eb3f3f |
UTF-8 | 壯↓뀒嚥득뮈 | 111001011010001110101111111000101000011010010011111010111000000010010010111001011001101010100101111010111001001110011101111010111010111010001000 | e5a3afe28693eb8092e59aa5eb939debae88 |
UHC | 壯↓뀒嚥득뮈 | 111011011110000010100001111010011000010110001100111001101011111110110101111001101011100110111111 | ede0a1e9858ce6bfb5e6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)