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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ猟湘淌セツ | 110000101001011111000010100011111100001110011111110000111011111011000010 | c297c28fc39fc3bec2 |
EUC-JP | ツ猟湘淌セツ | 100011101100001011001110110001001011111011000101110111101100010110001110101111101000111011000010 | 8ec2cec4bec5dec58ebe8ec2 |
UTF-8 | ツ猟湘淌セツ | 111011111011111010000010111001111000110010011111111001101011100110011000111001101011011110001100111011111011110110111110111011111011111010000010 | efbe82e78c9fe6b998e6b78cefbdbeefbe82 |
UHC | ??湘??? | 00111111001111111101111111001111001111110011111100111111 | 3f3fdfcf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)