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 | 稔?闢 | 1001011010101011001111111110100010010011 | 96ab3fe893 |
EUC-JP | 稔?闢 | 1100110010101101001111111110111111110011 | ccad3feff3 |
UTF-8 | 稔쿠闢 | 111001111010100010010100111011001011111110100000111010011001011110100010 | e7a894ecbfa0e997a2 |
UHC | 稔쿠闢 | 111011001111100111000100111011011101110010100011 | ecf9c4eddca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)