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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 箪痾∴坑膕 | 10010010010111001110000101111101100000011000100010001101010000101110010001010001 | 925ce17d81888d42e451 |
EUC-JP | 箪痾∴坑膕 | 11000011101111011110000111011110101000011110100010111001101000111110011110110010 | c3bde1dea1e8b9a3e7b2 |
UTF-8 | 箪痾∴坑膕 | 111001111010111010101010111001111001011110111110111000101000100010110100111001011001110110010001111010001000011010010101 | e7aeaae797bee288b4e59d91e88695 |
UHC | ??∴坑? | 00111111001111111010000111000101110010111101010100111111 | 3f3fa1c5cbd53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)