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 | 逶夜沮逍シ | 111001111001101110010110111010011001111110011100111001111001011010111100 | e79b96e99f9ce796bc |
EUC-JP | 逶夜沮逍シ | 11101101111110111100110011101011110111011111110011101101111101101000111010111100 | edfbccebddfcedf68ebc |
UTF-8 | 逶夜沮逍シ | 111010011000000010110110111001011010010010011100111001101011001010101110111010011000000010001101111011111011110110111100 | e980b6e5a49ce6b2aee9808defbdbc |
UHC | ?夜沮逍? | 0011111111100101101010001110111011000001111000011100111000111111 | 3fe5a8eec1e1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)