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 | 逶夜沮 | 111001111001101110010110111010011001111110011100 | e79b96e99f9c |
EUC-JP | 逶夜沮 | 111011011111101111001100111010111101110111111100 | edfbccebddfc |
UTF-8 | 逶夜沮 | 111010011000000010110110111001011010010010011100111001101011001010101110 | e980b6e5a49ce6b2ae |
UHC | ?夜沮 | 0011111111100101101010001110111011000001 | 3fe5a8eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)