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 | 症ト竺 | 100011111100011111110000100011101100010011110010110001001000111010110001 | 8fc7f08ec4f2c48eb1 |
EUC-JP | 症?ト?竺 | 1011111011001001001111111000111011000100001111111011110010110011 | bec93f8ec43fbcb3 |
UTF-8 | 症ト竺 | 111001111001011110000111111011101000000110001101111011111011111010000100111011101000011110111011111001111010101110111010 | e79787ee818defbe84ee87bbe7abba |
UHC | 症???竺 | 11110001111110000011111100111111001111111111010111100111 | f1f83f3f3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)