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 | 症錡チ踞シ | 1000111111000111111110111101100011000001111001101111010110111100 | 8fc7fbd8c1e6f5bc |
EUC-JP | 症錡チ踞シ | 1011111011001001100011111110010011011110100011101100000111101100111101111000111010111100 | bec98fe4de8ec1ecf78ebc |
UTF-8 | 症錡チ踞シ | 111001111001011110000111111010011000110010100001111011111011111010000001111010001011100010011110111011111011110110111100 | e79787e98ca1efbe81e8b89eefbdbc |
UHC | 症錡?踞? | 1111000111111000110100011100010000111111110010111110011000111111 | f1f8d1c43fcbe63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)