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 | 只驀倒 | 100100011111110011101001011111011001001101111100 | 91fce97d937c |
EUC-JP | 只驀倒 | 110000101111111011110001110111101100010111011101 | c2fef1dec5dd |
UTF-8 | 只驀倒 | 111001011000111110101010111010011010100110000000111001011000000010010010 | e58faae9a980e58092 |
UHC | 只驀倒 | 111100011111111011011000111010011101001111101110 | f1fed8e9d3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)