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 | 髷懈l | 111010011001111010011100111001101000001010001100 | e99e9ce6828c |
EUC-JP | 髷懈l | 111100011111111011011000111010001010001111101100 | f1fed8e8a3ec |
UTF-8 | 髷懈l | 111010011010101110110111111001101000011110001000111011111011110110001100 | e9abb7e68788efbd8c |
UHC | ?懈l | 0011111111111010101010111010001111101100 | 3ffaaba3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)