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 | 稔?稔 | 1001011010101011001111111001011010101011 | 96ab3f96ab |
EUC-JP | 稔?稔 | 1100110010101101001111111100110010101101 | ccad3fccad |
UTF-8 | 稔령稔 | 111001111010100010010100111010111010000010111001111001111010100010010100 | e7a894eba0b9e7a894 |
UHC | 稔령稔 | 111011001111100110110111110010011110110011111001 | ecf9b7c9ecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)