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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 造?雋?? | 10010001101000100011111111101000101100100011111100111111 | 91a23fe8b23f3f |
EUC-JP | 造?雋?? | 11000010101001000011111111110000101101000011111100111111 | c2a43ff0b43f3f |
UTF-8 | 造렎雋잴롚 | 111010011000000010100000111010111010000010001110111010011001101110001011111011001001111010110100111010111010000110011010 | e980a0eba08ee99b8bec9eb4eba19a |
UHC | 造렎雋잴롚 | 11110000111000111000111010100100111100011110011011000000111010101000111011011110 | f0e38ea4f1e6c0ea8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)