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 | 庸?! | 1001011101100110001111111000000101001001 | 97663f8149 |
EUC-JP | 庸?! | 1100110111000111001111111010000110101010 | cdc73fa1aa |
UTF-8 | 庸뉖! | 111001011011101010111000111010111000100110010110111011111011110010000001 | e5bab8eb8996efbc81 |
UHC | 庸뉖! | 111010011011110010000111111010111010001110100001 | e9bc87eba3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)