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 | 踵夜沮蓿 | 1110011011111001100101101110100110011111100111001110010011110000 | e6f996e99f9ce4f0 |
EUC-JP | 踵夜沮蓿 | 1110110011111011110011001110101111011101111111001110100011110010 | ecfbccebddfce8f2 |
UTF-8 | 踵夜沮蓿 | 111010001011100010110101111001011010010010011100111001101011001010101110111010001001001110111111 | e8b8b5e5a49ce6b2aee893bf |
UHC | 踵夜沮? | 11110001101000101110010110101000111011101100000100111111 | f1a2e5a8eec13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)