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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諞カ陟ア | 111001101000011010110110111010001010000010110001 | e686b6e8a0b1 |
EUC-JP | 諞カ陟ア | 1110101111100110100011101011011011110000101000101000111010110001 | ebe68eb6f0a28eb1 |
UTF-8 | 諞カ陟ア | 111010001010101110011110111011111011110110110110111010011001100110011111111011111011110110110001 | e8ab9eefbdb6e9999fefbdb1 |
UHC | ??陟? | 0011111100111111111101001011001100111111 | 3f3ff4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)