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 | 湿叱疾舎セノ | 10001110101111001000111010110110100011101011111010001110110010011011111011001001 | 8ebc8eb68ebe8ec9bec9 |
EUC-JP | 湿叱疾舎セノ | 101111001011111010111100101110001011110011000000101111001100101110001110101111101000111011001001 | bcbebcb8bcc0bccb8ebe8ec9 |
UTF-8 | 湿叱疾舎セノ | 111001101011100110111111111001011000111110110001111001111001011010111110111010001000100010001110111011111011110110111110111011111011111010001001 | e6b9bfe58fb1e796bee8888eefbdbeefbe89 |
UHC | ?叱疾??? | 0011111111110010111010101111001011110000001111110011111100111111 | 3ff2eaf2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)