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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | ??濯?鍮x | 0011111100111111100100011111001100111111111010000100101001111000 | 3f3f91f33fe84a78 |
EUC-JP | ??濯?鍮x | 0011111100111111110000101111010100111111111011111010101101111000 | 3f3fc2f53fefab78 |
UTF-8 | 룶뇟濯룫鍮x | 11101011101000111011011011101011100001111001111111100110101111111010111111101011101000111010101111101001100011011010111001111000 | eba3b6eb879fe6bfafeba3abe98dae78 |
UHC | 룶뇟濯룫鍮x | 1000111110101011101101001010000111110110111110111000111110100010111010111011100101111000 | 8fabb4a1f6fb8fa2ebb978 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)