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 | ルォ睫 | 11011001101010111110000111001010 | d9abe1ca |
EUC-JP | ルォ睫 | 100011101101100110001110101010111110001011001100 | 8ed98eabe2cc |
UTF-8 | ルォ睫 | 111011111011111010011001111011111011110110101011111001111001110110101011 | efbe99efbdabe79dab |
UHC | ??睫 | 00111111001111111111010011100010 | 3f3ff4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)