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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隍カ貅ス讀 | 1110100010100100101101101110011010111010101111011110011010100100 | e8a4b6e6babde6a4 |
EUC-JP | 隍カ貅ス讀 | 11110000101001101000111010110110111011001011110010001110101111011110110010100110 | f0a68eb6ecbc8ebdeca6 |
UTF-8 | 隍カ貅ス讀 | 111010011001101010001101111011111011110110110110111010001011001010000101111011111011110110111101111010001010111010000000 | e99a8defbdb6e8b285efbdbde8ae80 |
UHC | 隍???讀 | 11111100110110110011111100111111001111111101010011000001 | fcdb3f3f3fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)