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 | 症贊ラニ | 100011111100011111100110110100111101011111000110 | 8fc7e6d3d7c6 |
EUC-JP | 症贊ラニ | 1011111011001001111011001101010110001110110101111000111011000110 | bec9ecd58ed78ec6 |
UTF-8 | 症贊ラニ | 111001111001011110000111111010001011010010001010111011111011111010010111111011111011111010000110 | e79787e8b48aefbe97efbe86 |
UHC | 症贊?? | 111100011111100011110011110001110011111100111111 | f1f8f3c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)