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 | 艪沿梢 | 111001001000001010001001100010001000111110111101 | e48289888fbd |
EUC-JP | 艪沿梢 | 111001111110001010110001111010001011111010111111 | e7e2b1e8bebf |
UTF-8 | 艪沿梢 | 111010001000100110101010111001101011001010111111111001101010001010100010 | e889aae6b2bfe6a2a2 |
UHC | ?沿梢 | 0011111111100110110011011111010011111110 | 3fe6cdf4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)