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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 稔?稔?B | 10010110101010110011111110010110101010110011111101000010 | 96ab3f96ab3f42 |
EUC-JP | 稔?稔?B | 11001100101011010011111111001100101011010011111101000010 | ccad3fccad3f42 |
UTF-8 | 稔뢴稔뢴B | 11100111101010001001010011101011101000101011010011100111101010001001010011101011101000101011010001000010 | e7a894eba2b4e7a894eba2b442 |
UHC | 稔뢴稔뢴B | 111011001111100110110111110110111110110011111001101101111101101101000010 | ecf9b7dbecf9b7db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)