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 | ????oB | 001111110011111100111111001111110110111101000010 | 3f3f3f3f6f42 |
SJIS-WIN | ????oB | 001111110011111100111111001111110110111101000010 | 3f3f3f3f6f42 |
EUC-JP | ???堉oB | 0011111100111111001111111000111110110111111111010110111101000010 | 3f3f3f8fb7fd6f42 |
UTF-8 | 룶⅝룫堉oB | 1110101110100011101101101110001010000101100111011110101110100011101010111110010110100000100010010110111101000010 | eba3b6e2859deba3abe5a0896f42 |
UHC | 룶⅝룫堉oB | 10001111101010111010100011111101100011111010001011101011101111000110111101000010 | 8faba8fd8fa2ebbc6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)