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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 省ャ\ | 100011111100100011111000101111001010110001011100 | 8fc8f8bcac5c |
EUC-JP | 省?ャ\ | 101111101100101000111111100011101010110001011100 | beca3f8eac5c |
UTF-8 | 省ャ\ | 11100111100111001000000111101110100110011001101111101111101111011010110001011100 | e79c81ee999befbdac5c |
UHC | 省??\ | 1110000011111101001111110011111101011100 | e0fd3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)