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 | 室簧簧 | 100011101011101011100010110011101110001011001110 | 8ebae2cee2ce |
EUC-JP | 室簧簧 | 101111001011110011100100110100001110010011010000 | bcbce4d0e4d0 |
UTF-8 | 室簧簧 | 111001011010111010100100111001111011000010100111111001111011000010100111 | e5aea4e7b0a7e7b0a7 |
UHC | 室簧簧 | 111000111111100011111100110101111111110011010111 | e3f8fcd7fcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)