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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ネ‘B | 1000001101101100100000010110010101000010 | 836c816542 |
EUC-JP | ネ‘B | 1010010111001101101000011100011001000010 | a5cda1c642 |
UTF-8 | ネ‘B | 11100011100000111000110111100010100000001001100001000010 | e3838de2809842 |
UHC | ネ‘B | 1010101111001101101000011010111001000010 | abcda1ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)