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 | 闥サ尞 | 1110100010010010101110111111101010101011 | e892bbfaab |
EUC-JP | 闥サ尞 | 11101111111100101000111010111011100011111011101011101011 | eff28ebb8fbaeb |
UTF-8 | 闥サ尞 | 111010011001011110100101111011111011110110111011111001011011000010011110 | e997a5efbdbbe5b09e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)