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 | 闍滄囂雹エ | 111010001000101110011111111010011001101010001111111010001011100110110100 | e88b9fe99a8fe8b9b4 |
EUC-JP | 闍滄囂雹エ | 11101111111010111101111011101011110100111110111111110000101110111000111010110100 | efebdeebd3eff0bb8eb4 |
UTF-8 | 闍滄囂雹エ | 111010011001011110001101111001101011101110000100111001011001101110000010111010011001101110111001111011111011110110110100 | e9978de6bb84e59b82e99bb9efbdb4 |
UHC | ?滄?雹? | 00111111111100111110011100111111110110101101111100111111 | 3ff3e73fdadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)