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 | 笨禮簧 | 111000101001110011100010010110001110001011001110 | e29ce258e2ce |
EUC-JP | 笨禮簧 | 111000111111110011100011101110011110010011010000 | e3fce3b9e4d0 |
UTF-8 | 笨禮簧 | 111001111010110010101000111001111010011010101110111001111011000010100111 | e7aca8e7a6aee7b0a7 |
UHC | ?禮簧 | 0011111111010110110010011111110011010111 | 3fd6c9fcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)