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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隱債ェ | 1110100010101010100011011100001010101010 | e8aa8dc2aa |
EUC-JP | 隱債ェ | 111100001010110010111010110001001000111010101010 | f0acbac48eaa |
UTF-8 | 隱債ェ | 111010011001101010110001111001011000001010110101111011111011110110101010 | e99ab1e582b5efbdaa |
UHC | 隱債? | 1110101111011111111100111111000000111111 | ebdff3f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)