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 | テコテ湘個シ | 1100001110111010110000111000111111000011100011001100001010111100 | c3bac38fc38cc2bc |
EUC-JP | テコテ湘個シ | 100011101100001110001110101110101000111011000011101111101100010110111000110001001000111010111100 | 8ec38eba8ec3bec5b8c48ebc |
UTF-8 | テコテ湘個シ | 111011111011111010000011111011111011110110111010111011111011111010000011111001101011100110011000111001011000000010001011111011111011110110111100 | efbe83efbdbaefbe83e6b998e5808befbdbc |
UHC | ???湘個? | 0011111100111111001111111101111111001111110010111100000100111111 | 3f3f3fdfcfcbc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)