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 | 傲??億? | 10011000111111000011111100111111100010011010110100111111 | 98fc3f3f89ad3f |
EUC-JP | 傲??億? | 11010000111111100011111100111111101100101010111100111111 | d0fe3f3fb2af3f |
UTF-8 | 傲뉐뎷億갃 | 111001011000001010110010111010111000100110010000111010111000111010110111111001011000010010000100111010101011000010000011 | e582b2eb8990eb8eb7e58484eab083 |
UHC | 傲뉐뎷億갃 | 11100111111011001000011111100101100010011000101011100101111000101000000101000010 | e7ec87e5898ae5e28142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)