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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ヤァ翳翦 | 1101010010100111111000111100100011110101110001101110001111000110 | d4a7e3c8f5c6e3c6 |
EUC-JP | ヤァ翳?翦 | 100011101101010010001110101001111110011011001010001111111110011011001000 | 8ed48ea7e6ca3fe6c8 |
UTF-8 | ヤァ翳翦 | 111011111011111010010100111011111011110110100111111001111011111110110011111011101001000010110001111001111011111110100110 | efbe94efbda7e7bfb3ee90b1e7bfa6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)