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 | 鬢縄ウ簿驥 | 1110100110100100100100111110101010110011100101011110101111110001101001111110100110000111 | e9a493eab395ebf1a7e987 |
EUC-JP | 鬢縄ウ簿?驥 | 1111001010100110110001101110110010001110101100111100101011101101001111111111000111100111 | f2a6c6ec8eb3caed3ff1e7 |
UTF-8 | 鬢縄ウ簿驥 | 111010011010110010100010111001111011100010000100111011111011110110110011111001111011000010111111111011101000010010100010111010011010100110100101 | e9aca2e7b884efbdb3e7b0bfee84a2e9a9a5 |
UHC | ???簿?驥 | 0011111100111111001111111101110110101101001111111101000111001010 | 3f3f3fddad3fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)