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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汐胯治 | 1111001010111111100011101010110011100011111101101000111010100001 | f2bf8eace3f68ea1 |
EUC-JP | ?汐胯治 | 00111111101111001010111011100110111110001011110010100011 | 3fbcaee6f8bca3 |
UTF-8 | 汐胯治 | 111011101000011110110110111001101011000110010000111010001000001110101111111001101011001010111011 | ee87b6e6b190e883afe6b2bb |
UHC | ?汐?治 | 001111111110000010110001001111111111011010111101 | 3fe0b13ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)